Html Css Color HEX #05981C Islamic Green

📋 copy color: '#05981C'

red 5 ◦ green 152 ◦ blue 28

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

Shades of Islamic Green #05981C

Tints of Islamic Green #05981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 82.16%

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

R = 2.7%
G = 82.16%
B = 15.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#05981C (or 0x05981C) is known color: Islamic Green. HEX triplet: 05, 98 and 1C. RGB value is (5,152,28). Sum of RGB (Red+Green+Blue) = 5+152+28=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 152 (59.77% from 255 or 82.16% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 152 - color contains mainly: green. Hex color #05981C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05981C is #FA67E3. Grayscale: #5E5E5E. Windows color (decimal): -16410596 or 1873925. OLE color: 1873925.

HSL color Cylindrical-coordinate representation of color #05981C: hue angle of 129.39º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05981C is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 152 28 -
CMYK 0.97 0 0.82 0.40
HSL 129.39º 0.94% 0.31% -
HSV(B) 129.39º 0.97% 0.6% -
XYZ 11.5 22.57 4.85 -
YUV 93.91 90.8 64.58 -
System Red Green Blue C M Y K H S L
Decimal 5 152 28 0.97 0 0.82 0.40 129.39 0.94 0.31
Hex 5 98 1C 61 0 52 28 81 5E 1F
Octal 5 230 34 141 0 122 50 201 136 37
Binary 101 10011000 11100 1100001 0 1010010 101000 10000001 1011110 11111

Color Harmonies of #05981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05981C

Black with #05981C

Text Example


Text Example

White with #05981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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