Html Css Color HEX #0DBB03 Islamic Green

📋 copy color: '#0DBB03'

red 13 ◦ green 187 ◦ blue 3

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

Shades of Islamic Green #0DBB03

Tints of Islamic Green #0DBB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 92.12%

 BLUE value IS 3 (1.56% from 255) = 1.48%

R = 6.4%
G = 92.12%
B = 1.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#0DBB03 (or 0x0DBB03) is known color: Islamic Green. HEX triplet: 0D, BB and 03. RGB value is (13,187,3). Sum of RGB (Red+Green+Blue) = 13+187+3=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 187 (73.44% from 255 or 92.12% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBB03 is #F244FC. Grayscale: #727272. Windows color (decimal): -15877373 or 244493. OLE color: 244493.

HSL color Cylindrical-coordinate representation of color #0DBB03: hue angle of 116.74º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DBB03 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 187 3 -
CMYK 0.93 0 0.98 0.27
HSL 116.74º 0.97% 0.37% -
HSV(B) 116.74º 0.98% 0.73% -
XYZ 17.95 35.63 6.02 -
YUV 114 65.35 55.96 -
System Red Green Blue C M Y K H S L
Decimal 13 187 3 0.93 0 0.98 0.27 116.74 0.97 0.37
Hex D BB 3 5D 0 62 1B 75 61 25
Octal 15 273 3 135 0 142 33 165 141 45
Binary 1101 10111011 11 1011101 0 1100010 11011 1110101 1100001 100101

Color Harmonies of #0DBB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBB03

Black with #0DBB03

Text Example


Text Example

White with #0DBB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,187,3); }

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

background-color css

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

 a { background-color: rgb(13,187,3); }

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

border-color css

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

 span { border-color: rgb(13,187,3); }

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