#029812

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

Shades of Islamic Green #029812

Tints of Islamic Green #029812

Color information

#029812 (or 0x029812) is unknown color: approx Islamic Green. HEX triplet: 02, 98 and 12. RGB value is (2,152,18). Sum of RGB (Red+Green+Blue) = 2+152+18=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 152 (59.77% from 255 or 88.37% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 152 - color contains mainly: green. Hex color #029812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029812 is #FD67ED. Grayscale: #5C5C5C. Windows color (decimal): -16607214 or 1218562. OLE color: 1218562.

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

Color convert

RGB215218-
CMYK0.9900.880.40
HSL126.4º97.4%30.2%-
HSV(B)126.4º98.68%59.61%-
XYZ11.3622.514.32-
YUV91.8786.363.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 152 (59.77% from 255) = 88.37%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=1.16%
G=88.37%
B=10.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2152180.9900.880.40126.497.430.2
Hex2981263058287e611e
Octal22302214301305017614136
Binary1010011000100101100011010110001010001111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029812; }

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

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

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

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

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

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

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

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