#02911F

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

Shades of Islamic Green #02911F

Tints of Islamic Green #02911F

Color information

#02911F (or 0x02911F) is unknown color: approx Islamic Green. HEX triplet: 02, 91 and 1F. RGB value is (2,145,31). Sum of RGB (Red+Green+Blue) = 2+145+31=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 145 (57.03% from 255 or 81.46% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 145 - color contains mainly: green. Hex color #02911F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02911F is #FD6EE0. Grayscale: #595959. Windows color (decimal): -16608993 or 2068738. OLE color: 2068738.

HSL color Cylindrical-coordinate representation of color #02911F: hue angle of 132.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02911F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB214531-
CMYK0.9900.790.43
HSL132.17º97.28%28.82%-
HSV(B)132.17º98.62%56.86%-
XYZ10.420.364.68-
YUV89.2595.1265.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 145 (57.03% from 255) = 81.46%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=1.12%
G=81.46%
B=17.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2145310.9900.790.43132.1797.2828.82
Hex2911F6304F2B84611d
Octal22213714301175320414135
Binary10100100011111111000110100111110101110000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02911F; }

 p { color: rgb(2,145,31); }

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

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

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

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

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

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

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