#029412

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

Shades of Islamic Green #029412

Tints of Islamic Green #029412

Color information

#029412 (or 0x029412) is unknown color: approx Islamic Green. HEX triplet: 02, 94 and 12. RGB value is (2,148,18). Sum of RGB (Red+Green+Blue) = 2+148+18=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 148 (58.20% from 255 or 88.10% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 148 - color contains mainly: green. Hex color #029412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029412 is #FD6BED. Grayscale: #595959. Windows color (decimal): -16608238 or 1217538. OLE color: 1217538.

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

Color convert

RGB214818-
CMYK0.9900.880.42
HSL126.58º97.33%29.41%-
HSV(B)126.58º98.65%58.04%-
XYZ10.7221.244.11-
YUV89.5387.6365.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 148 (58.20% from 255) = 88.10%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=1.19%
G=88.10%
B=10.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2148180.9900.880.42126.5897.3329.41
Hex29412630582A7f611d
Octal22242214301305217714135
Binary1010010100100101100011010110001010101111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029412; }

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

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

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

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

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

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

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

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