Html Css Color HEX #05951C Islamic Green

📋 copy color: '#05951C'

red 5 ◦ green 149 ◦ blue 28

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

Shades of Islamic Green #05951C

Tints of Islamic Green #05951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 81.87%

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

R = 2.75%
G = 81.87%
B = 15.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#05951C (or 0x05951C) is known color: Islamic Green. HEX triplet: 05, 95 and 1C. RGB value is (5,149,28). Sum of RGB (Red+Green+Blue) = 5+149+28=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #05951C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05951C is #FA6AE3. Grayscale: #5C5C5C. Windows color (decimal): -16411364 or 1873157. OLE color: 1873157.

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

Color convert

RGB 5 149 28 -
CMYK 0.97 0 0.81 0.42
HSL 129.58º 0.94% 0.3% -
HSV(B) 129.58º 0.97% 0.58% -
XYZ 11.02 21.61 4.69 -
YUV 92.15 91.79 65.84 -
System Red Green Blue C M Y K H S L
Decimal 5 149 28 0.97 0 0.81 0.42 129.58 0.94 0.3
Hex 5 95 1C 61 0 51 2A 82 5E 1E
Octal 5 225 34 141 0 121 52 202 136 36
Binary 101 10010101 11100 1100001 0 1010001 101010 10000010 1011110 11110

Color Harmonies of #05951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05951C

Black with #05951C

Text Example


Text Example

White with #05951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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