Html Css Color HEX #05961C Islamic Green

📋 copy color: '#05961C'

red 5 ◦ green 150 ◦ blue 28

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

Shades of Islamic Green #05961C

Tints of Islamic Green #05961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 81.97%

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 2.73%
G = 81.97%
B = 15.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#05961C (or 0x05961C) is known color: Islamic Green. HEX triplet: 05, 96 and 1C. RGB value is (5,150,28). Sum of RGB (Red+Green+Blue) = 5+150+28=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 150 (58.98% from 255 or 81.97% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 150 - color contains mainly: green. Hex color #05961C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05961C is #FA69E3. Grayscale: #5D5D5D. Windows color (decimal): -16411108 or 1873413. OLE color: 1873413.

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

Color convert

RGB 5 150 28 -
CMYK 0.97 0 0.81 0.41
HSL 129.52º 0.94% 0.3% -
HSV(B) 129.52º 0.97% 0.59% -
XYZ 11.18 21.93 4.74 -
YUV 92.74 91.46 65.42 -
System Red Green Blue C M Y K H S L
Decimal 5 150 28 0.97 0 0.81 0.41 129.52 0.94 0.3
Hex 5 96 1C 61 0 51 29 82 5E 1E
Octal 5 226 34 141 0 121 51 202 136 36
Binary 101 10010110 11100 1100001 0 1010001 101001 10000010 1011110 11110

Color Harmonies of #05961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05961C

Black with #05961C

Text Example


Text Example

White with #05961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05961C; }

 p { color: rgb(5,150,28); }

 H1.HeaderClassName
 {
   color: #05961C;
 }
 .AnyTagClassName
 {
   color: #05961C;
 }
</style>

background-color css

<style>
 a { background-color: #05961C; }

 a { background-color: rgb(5,150,28); }

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

border-color css

<style>
 span { border-color: #05961C; }

 span { border-color: rgb(5,150,28); }

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