#029506

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

Shades of Islamic Green #029506

Tints of Islamic Green #029506

Color information

#029506 (or 0x029506) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 06. RGB value is (2,149,6). Sum of RGB (Red+Green+Blue) = 2+149+6=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 149 (58.59% from 255 or 94.90% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 149 - color contains mainly: green. Hex color #029506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029506 is #FD6AF9. Grayscale: #595959. Windows color (decimal): -16607994 or 431362. OLE color: 431362.

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

Color convert

RGB21496-
CMYK0.9900.960.42
HSL121.63º97.35%29.61%-
HSV(B)121.63º98.66%58.43%-
XYZ10.8121.523.76-
YUV88.7481.366.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 149 (58.59% from 255) = 94.90%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=1.27%
G=94.90%
B=3.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal214960.9900.960.42121.6397.3529.61
Hex2956630602A7a611e
Octal2225614301405217214136
Binary10100101011101100011011000001010101111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029506; }

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

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

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

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

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

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

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

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