#029013

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

Shades of Islamic Green #029013

Tints of Islamic Green #029013

Color information

#029013 (or 0x029013) is unknown color: approx Islamic Green. HEX triplet: 02, 90 and 13. RGB value is (2,144,19). Sum of RGB (Red+Green+Blue) = 2+144+19=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #029013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029013 is #FD6FEC. Grayscale: #575757. Windows color (decimal): -16609261 or 1282050. OLE color: 1282050.

HSL color Cylindrical-coordinate representation of color #029013: hue angle of 127.18º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029013 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB214419-
CMYK0.9900.870.44
HSL127.18º97.26%28.63%-
HSV(B)127.18º98.61%56.47%-
XYZ10.1220.013.94-
YUV87.2989.4667.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 144 (56.64% from 255) = 87.27%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=1.21%
G=87.27%
B=11.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2144190.9900.870.44127.1897.2628.63
Hex29013630572C7f611d
Octal22202314301275417714135
Binary1010010000100111100011010101111011001111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029013; }

 p { color: rgb(2,144,19); }

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

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

 a { background-color: rgb(2,144,19); }

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

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

 span { border-color: rgb(2,144,19); }

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