#029504

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

Shades of Islamic Green #029504

Tints of Islamic Green #029504

Color information

#029504 (or 0x029504) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 04. RGB value is (2,149,4). Sum of RGB (Red+Green+Blue) = 2+149+4=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 149 (58.59% from 255 or 96.13% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 149 - color contains mainly: green. Hex color #029504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029504 is #FD6AFB. Grayscale: #585858. Windows color (decimal): -16607996 or 300290. OLE color: 300290.

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

Color convert

RGB21494-
CMYK0.9900.970.42
HSL120.82º97.35%29.61%-
HSV(B)120.82º98.66%58.43%-
XYZ10.7921.523.7-
YUV88.5280.366.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 149 (58.59% from 255) = 96.13%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=1.29%
G=96.13%
B=2.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal214940.9900.970.42120.8297.3529.61
Hex2954630612A79611e
Octal2225414301415217114136
Binary10100101011001100011011000011010101111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029504; }

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

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

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

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

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

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

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

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