Html Css Color HEX #0DBA48 Dark Pastel Green

📋 copy color: '#0DBA48'

red 13 ◦ green 186 ◦ blue 72

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

Shades of Dark Pastel Green #0DBA48

Tints of Dark Pastel Green #0DBA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.63%

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 4.8%
G = 68.63%
B = 26.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#0DBA48 (or 0x0DBA48) is known color: Dark Pastel Green. HEX triplet: 0D, BA and 48. RGB value is (13,186,72). Sum of RGB (Red+Green+Blue) = 13+186+72=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 186 (73.05% from 255 or 68.63% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBA48 is #F245B7. Grayscale: #797979. Windows color (decimal): -15877560 or 4766221. OLE color: 4766221.

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

Color convert

RGB 13 186 72 -
CMYK 0.93 0 0.61 0.27
HSL 140.46º 0.87% 0.39% -
HSV(B) 140.46º 0.93% 0.73% -
XYZ 18.89 35.67 12.02 -
YUV 121.28 100.19 50.77 -
System Red Green Blue C M Y K H S L
Decimal 13 186 72 0.93 0 0.61 0.27 140.46 0.87 0.39
Hex D BA 48 5D 0 3D 1B 8C 57 27
Octal 15 272 110 135 0 75 33 214 127 47
Binary 1101 10111010 1001000 1011101 0 111101 11011 10001100 1010111 100111

Color Harmonies of #0DBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBA48

Black with #0DBA48

Text Example


Text Example

White with #0DBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,186,72); }

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

background-color css

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

 a { background-color: rgb(13,186,72); }

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

border-color css

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

 span { border-color: rgb(13,186,72); }

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