#029C00

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

Shades of Islamic Green #029C00

Tints of Islamic Green #029C00

Color information

#029C00 (or 0x029C00) is unknown color: approx Islamic Green. HEX triplet: 02, 9C and 00. RGB value is (2,156,0). Sum of RGB (Red+Green+Blue) = 2+156+0=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 156 (61.33% from 255 or 98.73% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 156 - color contains mainly: green. Hex color #029C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029C00 is #FD63FF. Grayscale: #5C5C5C. Windows color (decimal): -16606208 or 39938. OLE color: 39938.

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

Color convert

RGB21560-
CMYK0.99010.39
HSL119.23º100%30.59%-
HSV(B)119.23º100%61.18%-
XYZ11.9123.793.96-
YUV92.1775.9863.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 156 (61.33% from 255) = 98.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.27%
G=98.73%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal215600.99010.39119.2310030.59
Hex29C0630642777641f
Octal2234014301444716714437
Binary101001110001100011011001001001111110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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