#029F08

Color #029F08 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #029F08

Tints of Islamic Green #029F08

Color information

#029F08 (or 0x029F08) is unknown color: approx Islamic Green. HEX triplet: 02, 9F and 08. RGB value is (2,159,8). Sum of RGB (Red+Green+Blue) = 2+159+8=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 159 (62.5% from 255 or 94.08% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 159 - color contains mainly: green. Hex color #029F08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029F08 is #FD60F7. Grayscale: #5F5F5F. Windows color (decimal): -16605432 or 564994. OLE color: 564994.

HSL color Cylindrical-coordinate representation of color #029F08: hue angle of 122.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F08 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB21598-
CMYK0.9900.950.38
HSL122.29º97.52%31.57%-
HSV(B)122.29º98.74%62.35%-
XYZ12.4724.834.36-
YUV94.8478.9961.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 159 (62.5% from 255) = 94.08%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=1.18%
G=94.08%
B=4.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal215980.9900.950.38122.2997.5231.57
Hex29F86305F267a6220
Octal22371014301374617214240
Binary1010011111100011000110101111110011011110101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029F08; }

 p { color: rgb(2,159,8); }

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

<style>
 a { background-color: #029F08; }

 a { background-color: rgb(2,159,8); }

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

<style>
 span { border-color: #029F08; }

 span { border-color: rgb(2,159,8); }

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