Html Css Color HEX #0DBD13 Islamic Green

📋 copy color: '#0DBD13'

red 13 ◦ green 189 ◦ blue 19

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

Shades of Islamic Green #0DBD13

Tints of Islamic Green #0DBD13

RGB

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

 GREEN value IS 189 (74.22% from 255) = 85.52%

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 5.88%
G = 85.52%
B = 8.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#0DBD13 (or 0x0DBD13) is known color: Islamic Green. HEX triplet: 0D, BD and 13. RGB value is (13,189,19). Sum of RGB (Red+Green+Blue) = 13+189+19=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 189 (74.22% from 255 or 85.52% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBD13 is #F242EC. Grayscale: #757575. Windows color (decimal): -15876845 or 1293581. OLE color: 1293581.

HSL color Cylindrical-coordinate representation of color #0DBD13: hue angle of 122.05º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD13 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 189 19 -
CMYK 0.93 0 0.90 0.26
HSL 122.05º 0.87% 0.4% -
HSV(B) 122.05º 0.93% 0.74% -
XYZ 18.48 36.53 6.69 -
YUV 117 72.69 53.82 -
System Red Green Blue C M Y K H S L
Decimal 13 189 19 0.93 0 0.90 0.26 122.05 0.87 0.4
Hex D BD 13 5D 0 5A 1A 7A 57 28
Octal 15 275 23 135 0 132 32 172 127 50
Binary 1101 10111101 10011 1011101 0 1011010 11010 1111010 1010111 101000

Color Harmonies of #0DBD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBD13

Black with #0DBD13

Text Example


Text Example

White with #0DBD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,189,19); }

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

background-color css

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

 a { background-color: rgb(13,189,19); }

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

border-color css

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

 span { border-color: rgb(13,189,19); }

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