#00B74B

Color #00B74B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #00B74B

Tints of Pigment Green #00B74B

Color information

#00B74B (or 0x00B74B) is unknown color: approx Pigment Green. HEX triplet: 00, B7 and 4B. RGB value is (0,183,75). Sum of RGB (Red+Green+Blue) = 0+183+75=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #00B74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B74B is #FF48B4. Grayscale: #747474. Windows color (decimal): -16730293 or 4962048. OLE color: 4962048.

HSL color Cylindrical-coordinate representation of color #00B74B: hue angle of 144.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B74B is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB018375-
CMYK100.590.28
HSL144.59º100%35.88%-
HSV(B)144.59º100%71.76%-
XYZ18.234.3712.33-
YUV115.97104.8745.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 183 (71.88% from 255) = 70.93%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=0%
G=70.93%
B=29.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal018375100.590.28144.5910035.88
Hex0B74B6403B1C916424
Octal02671131440733422114444
Binary01011011110010111100100011101111100100100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B74B; }

 p { color: rgb(0,183,75); }

 H1.HeaderClassName
 {
   color: #00B74B;
 }
 .AnyTagClassName
 {
   color: #00B74B;
 }
</style>
background-color css

<style>
 a { background-color: #00B74B; }

 a { background-color: rgb(0,183,75); }

 div.DivClassName
 {
   background-color: #00B74B;
 }
 .BgClassName
 {
   background-color: #00B74B;
 }
</style>
border-color css

<style>
 span { border-color: #00B74B; }

 span { border-color: rgb(0,183,75); }

 td.TdClassName
 {
   border-color: #00B74B;
 }
 .TagClassName
 {
   border-color: #00B74B;
 }
</style>