Html Css Color HEX #05971E Islamic Green

📋 copy color: '#05971E'

red 5 ◦ green 151 ◦ blue 30

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

Shades of Islamic Green #05971E

Tints of Islamic Green #05971E

RGB

 RED value IS 5 (2.34% from 255) = 2.69%

 GREEN value IS 151 (59.38% from 255) = 81.18%

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

R = 2.69%
G = 81.18%
B = 16.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#05971E (or 0x05971E) is known color: Islamic Green. HEX triplet: 05, 97 and 1E. RGB value is (5,151,30). Sum of RGB (Red+Green+Blue) = 5+151+30=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 151 (59.38% from 255 or 81.18% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 151 - color contains mainly: green. Hex color #05971E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05971E is #FA68E1. Grayscale: #5D5D5D. Windows color (decimal): -16410850 or 2004741. OLE color: 2004741.

HSL color Cylindrical-coordinate representation of color #05971E: hue angle of 130.27º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05971E is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 151 30 -
CMYK 0.97 0 0.80 0.41
HSL 130.27º 0.94% 0.31% -
HSV(B) 130.27º 0.97% 0.59% -
XYZ 11.36 22.26 4.93 -
YUV 93.55 92.13 64.84 -
System Red Green Blue C M Y K H S L
Decimal 5 151 30 0.97 0 0.80 0.41 130.27 0.94 0.31
Hex 5 97 1E 61 0 50 29 82 5E 1F
Octal 5 227 36 141 0 120 51 202 136 37
Binary 101 10010111 11110 1100001 0 1010000 101001 10000010 1011110 11111

Color Harmonies of #05971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05971E

Black with #05971E

Text Example


Text Example

White with #05971E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,151,30); }

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

background-color css

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

 a { background-color: rgb(5,151,30); }

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

border-color css

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

 span { border-color: rgb(5,151,30); }

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