Html Css Color HEX #05971A Islamic Green

📋 copy color: '#05971A'

red 5 ◦ green 151 ◦ blue 26

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

Shades of Islamic Green #05971A

Tints of Islamic Green #05971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.29%

R = 2.75%
G = 82.97%
B = 14.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#05971A (or 0x05971A) is known color: Islamic Green. HEX triplet: 05, 97 and 1A. RGB value is (5,151,26). Sum of RGB (Red+Green+Blue) = 5+151+26=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 151 (59.38% from 255 or 82.97% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 151 - color contains mainly: green. Hex color #05971A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05971A is #FA68E5. Grayscale: #5D5D5D. Windows color (decimal): -16410854 or 1742597. OLE color: 1742597.

HSL color Cylindrical-coordinate representation of color #05971A: hue angle of 128.63º 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 #05971A is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 151 26 -
CMYK 0.97 0 0.83 0.41
HSL 128.63º 0.94% 0.31% -
HSV(B) 128.63º 0.97% 0.59% -
XYZ 11.32 22.24 4.67 -
YUV 93.1 90.13 65.16 -
System Red Green Blue C M Y K H S L
Decimal 5 151 26 0.97 0 0.83 0.41 128.63 0.94 0.31
Hex 5 97 1A 61 0 53 29 81 5E 1F
Octal 5 227 32 141 0 123 51 201 136 37
Binary 101 10010111 11010 1100001 0 1010011 101001 10000001 1011110 11111

Color Harmonies of #05971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05971A

Black with #05971A

Text Example


Text Example

White with #05971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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