Html Css Color HEX #0DB308 Islamic Green

📋 copy color: '#0DB308'

red 13 ◦ green 179 ◦ blue 8

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

Shades of Islamic Green #0DB308

Tints of Islamic Green #0DB308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4%

R = 6.5%
G = 89.5%
B = 4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#0DB308 (or 0x0DB308) is known color: Islamic Green. HEX triplet: 0D, B3 and 08. RGB value is (13,179,8). Sum of RGB (Red+Green+Blue) = 13+179+8=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 179 (70.31% from 255 or 89.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB308 is #F24CF7. Grayscale: #6E6E6E. Windows color (decimal): -15879416 or 570125. OLE color: 570125.

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

Color convert

RGB 13 179 8 -
CMYK 0.93 0 0.96 0.30
HSL 118.25º 0.91% 0.37% -
HSV(B) 118.25º 0.96% 0.7% -
XYZ 16.33 32.34 5.61 -
YUV 109.87 70.5 58.9 -
System Red Green Blue C M Y K H S L
Decimal 13 179 8 0.93 0 0.96 0.30 118.25 0.91 0.37
Hex D B3 8 5D 0 60 1E 76 5B 25
Octal 15 263 10 135 0 140 36 166 133 45
Binary 1101 10110011 1000 1011101 0 1100000 11110 1110110 1011011 100101

Color Harmonies of #0DB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB308

Black with #0DB308

Text Example


Text Example

White with #0DB308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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