Html Css Color HEX #0DB312 Islamic Green

📋 copy color: '#0DB312'

red 13 ◦ green 179 ◦ blue 18

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

Shades of Islamic Green #0DB312

Tints of Islamic Green #0DB312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 6.19%
G = 85.24%
B = 8.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#0DB312 (or 0x0DB312) is known color: Islamic Green. HEX triplet: 0D, B3 and 12. RGB value is (13,179,18). Sum of RGB (Red+Green+Blue) = 13+179+18=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 179 (70.31% from 255 or 85.24% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB312 is #F24CED. Grayscale: #6F6F6F. Windows color (decimal): -15879406 or 1225485. OLE color: 1225485.

HSL color Cylindrical-coordinate representation of color #0DB312: hue angle of 121.81º 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 #0DB312 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 18 -
CMYK 0.93 0 0.90 0.30
HSL 121.81º 0.86% 0.38% -
HSV(B) 121.81º 0.93% 0.7% -
XYZ 16.4 32.37 5.96 -
YUV 111.01 75.5 58.09 -
System Red Green Blue C M Y K H S L
Decimal 13 179 18 0.93 0 0.90 0.30 121.81 0.86 0.38
Hex D B3 12 5D 0 5A 1E 7A 56 26
Octal 15 263 22 135 0 132 36 172 126 46
Binary 1101 10110011 10010 1011101 0 1011010 11110 1111010 1010110 100110

Color Harmonies of #0DB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB312

Black with #0DB312

Text Example


Text Example

White with #0DB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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