#0DB237

Color #0DB237 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0DB237

Tints of Dark Pastel Green #0DB237

Color information

#0DB237 (or 0x0DB237) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, B2 and 37. RGB value is (13,178,55). Sum of RGB (Red+Green+Blue) = 13+178+55=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 178 (69.92% from 255 or 72.36% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DB237 is #F24DC8. Grayscale: #727272. Windows color (decimal): -15879625 or 3650061. OLE color: 3650061.

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

Color convert

RGB1317855-
CMYK0.9300.690.30
HSL135.27º86.39%37.45%-
HSV(B)135.27º92.7%69.8%-
XYZ16.7832.28.95-
YUV114.6494.3455.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.28%
GREEN value IS 178 (69.92% from 255) = 72.36%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=5.28%
G=72.36%
B=22.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13178550.9300.690.30135.2786.3937.45
HexDB2375D0451E875625
Octal152626713501053620712645
Binary11011011001011011110111010100010111110100001111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DB237;
 }
 .AnyTagClassName
 {
   color: #0DB237;
 }
</style>
background-color css

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

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

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

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

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

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