Html Css Color HEX #05940D Islamic Green

📋 copy color: '#05940D'

red 5 ◦ green 148 ◦ blue 13

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

Shades of Islamic Green #05940D

Tints of Islamic Green #05940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 89.16%

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

R = 3.01%
G = 89.16%
B = 7.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#05940D (or 0x05940D) is known color: Islamic Green. HEX triplet: 05, 94 and 0D. RGB value is (5,148,13). Sum of RGB (Red+Green+Blue) = 5+148+13=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 148 (58.20% from 255 or 89.16% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 148 - color contains mainly: green. Hex color #05940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05940D is #FA6BF2. Grayscale: #5A5A5A. Windows color (decimal): -16411635 or 889861. OLE color: 889861.

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

Color convert

RGB 5 148 13 -
CMYK 0.97 0 0.91 0.42
HSL 123.36º 0.93% 0.3% -
HSV(B) 123.36º 0.97% 0.58% -
XYZ 10.73 21.24 3.92 -
YUV 89.85 84.62 67.48 -
System Red Green Blue C M Y K H S L
Decimal 5 148 13 0.97 0 0.91 0.42 123.36 0.93 0.3
Hex 5 94 D 61 0 5B 2A 7B 5D 1E
Octal 5 224 15 141 0 133 52 173 135 36
Binary 101 10010100 1101 1100001 0 1011011 101010 1111011 1011101 11110

Color Harmonies of #05940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05940D

Black with #05940D

Text Example


Text Example

White with #05940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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