#029E00

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

Shades of Islamic Green #029E00

Tints of Islamic Green #029E00

Color information

#029E00 (or 0x029E00) is unknown color: approx Islamic Green. HEX triplet: 02, 9E and 00. RGB value is (2,158,0). Sum of RGB (Red+Green+Blue) = 2+158+0=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 158 (62.11% from 255 or 98.75% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 158 - color contains mainly: green. Hex color #029E00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029E00 is #FD61FF. Grayscale: #5D5D5D. Windows color (decimal): -16605696 or 40450. OLE color: 40450.

HSL color Cylindrical-coordinate representation of color #029E00: hue angle of 119.24º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #029E00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB21580-
CMYK0.99010.38
HSL119.24º100%30.98%-
HSV(B)119.24º100%61.96%-
XYZ12.2524.474.08-
YUV93.3475.3262.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 158 (62.11% from 255) = 98.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.25%
G=98.75%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal215800.99010.38119.2410030.98
Hex29E0630642677641f
Octal2236014301444616714437
Binary101001111001100011011001001001101110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029E00; }

 p { color: rgb(2,158,0); }

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

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

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

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

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

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

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