#02924B

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

Shades of Pigment Green #02924B

Tints of Pigment Green #02924B

Color information

#02924B (or 0x02924B) is unknown color: approx Pigment Green. HEX triplet: 02, 92 and 4B. RGB value is (2,146,75). Sum of RGB (Red+Green+Blue) = 2+146+75=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #02924B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02924B is #FD6DB4. Grayscale: #5E5E5E. Windows color (decimal): -16608693 or 4952578. OLE color: 4952578.

HSL color Cylindrical-coordinate representation of color #02924B: hue angle of 150.42º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02924B is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB214675-
CMYK0.9900.490.43
HSL150.42º97.3%29.02%-
HSV(B)150.42º98.63%57.25%-
XYZ11.5721.0810.12-
YUV94.85116.7961.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 146 (57.42% from 255) = 65.47%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=0.90%
G=65.47%
B=33.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146750.9900.490.43150.4297.329.02
Hex2924B630312B96611d
Octal22221131430615322614135
Binary101001001010010111100011011000110101110010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02924B; }

 p { color: rgb(2,146,75); }

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

<style>
 a { background-color: #02924B; }

 a { background-color: rgb(2,146,75); }

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

<style>
 span { border-color: #02924B; }

 span { border-color: rgb(2,146,75); }

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