Html Css Color HEX #02991E Islamic Green

📋 copy color: '#02991E'

red 2 ◦ green 153 ◦ blue 30

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

Shades of Islamic Green #02991E

Tints of Islamic Green #02991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 82.7%

 BLUE value IS 30 (12.11% from 255) = 16.22%

R = 1.08%
G = 82.7%
B = 16.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#02991E (or 0x02991E) is known color: Islamic Green. HEX triplet: 02, 99 and 1E. RGB value is (2,153,30). Sum of RGB (Red+Green+Blue) = 2+153+30=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 153 (60.16% from 255 or 82.70% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 153 - color contains mainly: green. Hex color #02991E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02991E is #FD66E1. Grayscale: #5E5E5E. Windows color (decimal): -16606946 or 2005250. OLE color: 2005250.

HSL color Cylindrical-coordinate representation of color #02991E: hue angle of 131.13º degrees, saturation: 0.97, 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 #02991E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 153 30 -
CMYK 0.99 0 0.80 0.4
HSL 131.13º 0.97% 0.3% -
HSV(B) 131.13º 0.99% 0.6% -
XYZ 11.65 22.89 5.03 -
YUV 93.83 91.97 62.5 -
System Red Green Blue C M Y K H S L
Decimal 2 153 30 0.99 0 0.80 0.4 131.13 0.97 0.3
Hex 2 99 1E 63 0 50 28 83 61 1E
Octal 2 231 36 143 0 120 50 203 141 36
Binary 10 10011001 11110 1100011 0 1010000 101000 10000011 1100001 11110

Color Harmonies of #02991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02991E

Black with #02991E

Text Example


Text Example

White with #02991E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02991E; }

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

 H1.HeaderClassName
 {
   color: #02991E;
 }
 .AnyTagClassName
 {
   color: #02991E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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