Html Css Color HEX #0DB837 Dark Pastel Green

📋 copy color: '#0DB837'

red 13 ◦ green 184 ◦ blue 55

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

Shades of Dark Pastel Green #0DB837

Tints of Dark Pastel Green #0DB837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 73.02%

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 5.16%
G = 73.02%
B = 21.83%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#0DB837 (or 0x0DB837) is known color: Dark Pastel Green. HEX triplet: 0D, B8 and 37. RGB value is (13,184,55). Sum of RGB (Red+Green+Blue) = 13+184+55=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 184 (72.27% from 255 or 73.02% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB837 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB837 is #F247C8. Grayscale: #767676. Windows color (decimal): -15878089 or 3651597. OLE color: 3651597.

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

Color convert

RGB 13 184 55 -
CMYK 0.93 0 0.70 0.28
HSL 134.74º 0.87% 0.39% -
HSV(B) 134.74º 0.93% 0.72% -
XYZ 18 34.64 9.35 -
YUV 118.17 92.35 52.99 -
System Red Green Blue C M Y K H S L
Decimal 13 184 55 0.93 0 0.70 0.28 134.74 0.87 0.39
Hex D B8 37 5D 0 46 1C 87 57 27
Octal 15 270 67 135 0 106 34 207 127 47
Binary 1101 10111000 110111 1011101 0 1000110 11100 10000111 1010111 100111

Color Harmonies of #0DB837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB837

Black with #0DB837

Text Example


Text Example

White with #0DB837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,184,55); }

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

background-color css

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

 a { background-color: rgb(13,184,55); }

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

border-color css

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

 span { border-color: rgb(13,184,55); }

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