Html Css Color HEX #02911D Islamic Green

📋 copy color: '#02911D'

red 2 ◦ green 145 ◦ blue 29

#02911D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #02911D

Tints of Islamic Green #02911D

RGB

 RED value IS 2 (1.17% from 255) = 1.14%

 GREEN value IS 145 (57.03% from 255) = 82.39%

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 1.14%
G = 82.39%
B = 16.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#02911D (or 0x02911D) is known color: Islamic Green. HEX triplet: 02, 91 and 1D. RGB value is (2,145,29). Sum of RGB (Red+Green+Blue) = 2+145+29=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 145 (57.03% from 255 or 82.39% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 145 - color contains mainly: green. Hex color #02911D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02911D is #FD6EE2. Grayscale: #595959. Windows color (decimal): -16608995 or 1937666. OLE color: 1937666.

HSL color Cylindrical-coordinate representation of color #02911D: hue angle of 131.33º 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 #02911D is Cyan = 0.99, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 145 29 -
CMYK 0.99 0 0.8 0.43
HSL 131.33º 0.97% 0.29% -
HSV(B) 131.33º 0.99% 0.57% -
XYZ 10.37 20.35 4.54 -
YUV 89.02 94.12 65.93 -
System Red Green Blue C M Y K H S L
Decimal 2 145 29 0.99 0 0.8 0.43 131.33 0.97 0.29
Hex 2 91 1D 63 0 50 2B 83 61 1D
Octal 2 221 35 143 0 120 53 203 141 35
Binary 10 10010001 11101 1100011 0 1010000 101011 10000011 1100001 11101

Color Harmonies of #02911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02911D

Black with #02911D

Text Example


Text Example

White with #02911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02911D;
 }
 .AnyTagClassName
 {
   color: #02911D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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