#029901

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

Shades of Islamic Green #029901

Tints of Islamic Green #029901

Color information

#029901 (or 0x029901) is unknown color: approx Islamic Green. HEX triplet: 02, 99 and 01. RGB value is (2,153,1). Sum of RGB (Red+Green+Blue) = 2+153+1=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 153 (60.16% from 255 or 98.08% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 153 - color contains mainly: green. Hex color #029901 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029901 is #FD66FE. Grayscale: #5A5A5A. Windows color (decimal): -16606975 or 104706. OLE color: 104706.

HSL color Cylindrical-coordinate representation of color #029901: hue angle of 119.61º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029901 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB21531-
CMYK0.9900.990.4
HSL119.61º98.7%30.2%-
HSV(B)119.61º99.35%60%-
XYZ11.4222.83.83-
YUV90.5277.4764.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 153 (60.16% from 255) = 98.08%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=1.28%
G=98.08%
B=0.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal215310.9900.990.4119.6198.730.2
Hex2991630632878631e
Octal2231114301435017014336
Binary101001100111100011011000111010001111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029901; }

 p { color: rgb(2,153,1); }

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

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

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

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

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

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

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