#029912

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

Shades of Islamic Green #029912

Tints of Islamic Green #029912

Color information

#029912 (or 0x029912) is unknown color: approx Islamic Green. HEX triplet: 02, 99 and 12. RGB value is (2,153,18). Sum of RGB (Red+Green+Blue) = 2+153+18=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 153 (60.16% from 255 or 88.44% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 153 - color contains mainly: green. Hex color #029912 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029912 is #FD66ED. Grayscale: #5C5C5C. Windows color (decimal): -16606958 or 1218818. OLE color: 1218818.

HSL color Cylindrical-coordinate representation of color #029912: hue angle of 126.36º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029912 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB215318-
CMYK0.9900.880.4
HSL126.36º97.42%30.39%-
HSV(B)126.36º98.69%60%-
XYZ11.5322.844.37-
YUV92.4685.9763.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 153 (60.16% from 255) = 88.44%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=1.16%
G=88.44%
B=10.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2153180.9900.880.4126.3697.4230.39
Hex2991263058287e611e
Octal22312214301305017614136
Binary1010011001100101100011010110001010001111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029912; }

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

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

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

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

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

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

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

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