#029012

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

Shades of Islamic Green #029012

Tints of Islamic Green #029012

Color information

#029012 (or 0x029012) is unknown color: approx Islamic Green. HEX triplet: 02, 90 and 12. RGB value is (2,144,18). Sum of RGB (Red+Green+Blue) = 2+144+18=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 144 (56.64% from 255 or 87.80% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 144 - color contains mainly: green. Hex color #029012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029012 is #FD6FED. Grayscale: #575757. Windows color (decimal): -16609262 or 1216514. OLE color: 1216514.

HSL color Cylindrical-coordinate representation of color #029012: hue angle of 126.76º 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 #029012 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB214418-
CMYK0.9900.880.44
HSL126.76º97.26%28.63%-
HSV(B)126.76º98.61%56.47%-
XYZ10.11203.9-
YUV87.1888.9667.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 144 (56.64% from 255) = 87.80%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=1.22%
G=87.80%
B=10.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2144180.9900.880.44126.7697.2628.63
Hex29012630582C7f611d
Octal22202214301305417714135
Binary1010010000100101100011010110001011001111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029012; }

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

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

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

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

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

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

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

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