Html Css Color HEX #05970D Islamic Green

📋 copy color: '#05970D'

red 5 ◦ green 151 ◦ blue 13

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

Shades of Islamic Green #05970D

Tints of Islamic Green #05970D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 2.96%
G = 89.35%
B = 7.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#05970D (or 0x05970D) is known color: Islamic Green. HEX triplet: 05, 97 and 0D. RGB value is (5,151,13). Sum of RGB (Red+Green+Blue) = 5+151+13=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 151 (59.38% from 255 or 89.35% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 151 - color contains mainly: green. Hex color #05970D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05970D is #FA68F2. Grayscale: #5C5C5C. Windows color (decimal): -16410867 or 890629. OLE color: 890629.

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

Color convert

RGB 5 151 13 -
CMYK 0.97 0 0.91 0.41
HSL 123.29º 0.94% 0.31% -
HSV(B) 123.29º 0.97% 0.59% -
XYZ 11.2 22.19 4.07 -
YUV 91.61 83.63 66.22 -
System Red Green Blue C M Y K H S L
Decimal 5 151 13 0.97 0 0.91 0.41 123.29 0.94 0.31
Hex 5 97 D 61 0 5B 29 7B 5E 1F
Octal 5 227 15 141 0 133 51 173 136 37
Binary 101 10010111 1101 1100001 0 1011011 101001 1111011 1011110 11111

Color Harmonies of #05970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05970D

Black with #05970D

Text Example


Text Example

White with #05970D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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