#029512

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

Shades of Islamic Green #029512

Tints of Islamic Green #029512

Color information

#029512 (or 0x029512) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 12. RGB value is (2,149,18). Sum of RGB (Red+Green+Blue) = 2+149+18=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 149 (58.59% from 255 or 88.17% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 149 - color contains mainly: green. Hex color #029512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029512 is #FD6AED. Grayscale: #5A5A5A. Windows color (decimal): -16607982 or 1217794. OLE color: 1217794.

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

Color convert

RGB214918-
CMYK0.9900.880.42
HSL126.53º97.35%29.61%-
HSV(B)126.53º98.66%58.43%-
XYZ10.8821.554.16-
YUV90.1187.365.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 149 (58.59% from 255) = 88.17%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=1.18%
G=88.17%
B=10.65%

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
Decimal2149180.9900.880.42126.5397.3529.61
Hex29512630582A7f611e
Octal22252214301305217714136
Binary1010010101100101100011010110001010101111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029512; }

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

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

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

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

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

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

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

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