Html Css Color HEX #05961B Islamic Green

📋 copy color: '#05961B'

red 5 ◦ green 150 ◦ blue 27

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

Shades of Islamic Green #05961B

Tints of Islamic Green #05961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 2.75%
G = 82.42%
B = 14.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#05961B (or 0x05961B) is known color: Islamic Green. HEX triplet: 05, 96 and 1B. RGB value is (5,150,27). Sum of RGB (Red+Green+Blue) = 5+150+27=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 150 (58.98% from 255 or 82.42% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 150 - color contains mainly: green. Hex color #05961B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05961B is #FA69E4. Grayscale: #5C5C5C. Windows color (decimal): -16411109 or 1807877. OLE color: 1807877.

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

Color convert

RGB 5 150 27 -
CMYK 0.97 0 0.82 0.41
HSL 129.1º 0.94% 0.3% -
HSV(B) 129.1º 0.97% 0.59% -
XYZ 11.17 21.92 4.68 -
YUV 92.62 90.96 65.5 -
System Red Green Blue C M Y K H S L
Decimal 5 150 27 0.97 0 0.82 0.41 129.1 0.94 0.3
Hex 5 96 1B 61 0 52 29 81 5E 1E
Octal 5 226 33 141 0 122 51 201 136 36
Binary 101 10010110 11011 1100001 0 1010010 101001 10000001 1011110 11110

Color Harmonies of #05961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05961B

Black with #05961B

Text Example


Text Example

White with #05961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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