Html Css Color HEX #0DB318 Islamic Green

📋 copy color: '#0DB318'

red 13 ◦ green 179 ◦ blue 24

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

Shades of Islamic Green #0DB318

Tints of Islamic Green #0DB318

RGB

 RED value IS 13 (5.47% from 255) = 6.02%

 GREEN value IS 179 (70.31% from 255) = 82.87%

 BLUE value IS 24 (9.77% from 255) = 11.11%

R = 6.02%
G = 82.87%
B = 11.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#0DB318 (or 0x0DB318) is known color: Islamic Green. HEX triplet: 0D, B3 and 18. RGB value is (13,179,24). Sum of RGB (Red+Green+Blue) = 13+179+24=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 179 (70.31% from 255 or 82.87% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB318 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB318 is #F24CE7. Grayscale: #707070. Windows color (decimal): -15879400 or 1618701. OLE color: 1618701.

HSL color Cylindrical-coordinate representation of color #0DB318: hue angle of 123.98º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB318 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 24 -
CMYK 0.93 0 0.87 0.30
HSL 123.98º 0.86% 0.38% -
HSV(B) 123.98º 0.93% 0.7% -
XYZ 16.45 32.39 6.25 -
YUV 111.7 78.5 57.6 -
System Red Green Blue C M Y K H S L
Decimal 13 179 24 0.93 0 0.87 0.30 123.98 0.86 0.38
Hex D B3 18 5D 0 57 1E 7C 56 26
Octal 15 263 30 135 0 127 36 174 126 46
Binary 1101 10110011 11000 1011101 0 1010111 11110 1111100 1010110 100110

Color Harmonies of #0DB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB318

Black with #0DB318

Text Example


Text Example

White with #0DB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DB318; }

 p { color: rgb(13,179,24); }

 H1.HeaderClassName
 {
   color: #0DB318;
 }
 .AnyTagClassName
 {
   color: #0DB318;
 }
</style>

background-color css

<style>
 a { background-color: #0DB318; }

 a { background-color: rgb(13,179,24); }

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

border-color css

<style>
 span { border-color: #0DB318; }

 span { border-color: rgb(13,179,24); }

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