#029502

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

Shades of Islamic Green #029502

Tints of Islamic Green #029502

Color information

#029502 (or 0x029502) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 02. RGB value is (2,149,2). Sum of RGB (Red+Green+Blue) = 2+149+2=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 149 (58.59% from 255 or 97.39% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 149 - color contains mainly: green. Hex color #029502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029502 is #FD6AFD. Grayscale: #585858. Windows color (decimal): -16607998 or 169218. OLE color: 169218.

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

Color convert

RGB21492-
CMYK0.9900.990.42
HSL120º97.35%29.61%-
HSV(B)120º98.66%58.43%-
XYZ10.7821.513.64-
YUV88.2979.366.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 149 (58.59% from 255) = 97.39%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=1.31%
G=97.39%
B=1.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal214920.9900.990.4212097.3529.61
Hex2952630632A78611e
Octal2225214301435217014136
Binary1010010101101100011011000111010101111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029502; }

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

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

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

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

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

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

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

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