Shades of Dark Pastel Green #0DCB27
Tints of Dark Pastel Green #0DCB27
RGB
CMYK
RGB Variations
Color information
#0DCB27 (or 0x0DCB27) is known color: Dark Pastel Green. HEX triplet: 0D, CB and 27. RGB value is (13,203,39). Sum of RGB (Red+Green+Blue) = 13+203+39=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 203 (79.69% from 255 or 79.61% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCB27 is #F234D8. Grayscale: #7F7F7F. Windows color (decimal): -15873241 or 2607885. OLE color: 2607885.
HSL color Cylindrical-coordinate representation of color #0DCB27: hue angle of 128.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB27 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 39 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.20 |
| HSL | 128.21º | 0.88% | 0.42% | - |
| HSV(B) | 128.21º | 0.94% | 0.8% | - |
| XYZ | 21.89 | 42.94 | 9.05 | - |
| YUV | 127.49 | 78.05 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 39 | 0.94 | 0 | 0.81 | 0.20 | 128.21 | 0.88 | 0.42 |
| Hex | D | CB | 27 | 5E | 0 | 51 | 14 | 80 | 58 | 2A |
| Octal | 15 | 313 | 47 | 136 | 0 | 121 | 24 | 200 | 130 | 52 |
| Binary | 1101 | 11001011 | 100111 | 1011110 | 0 | 1010001 | 10100 | 10000000 | 1011000 | 101010 |
Color Harmonies of #0DCB27
Complementary color
Monochromatic Colors of #0DCB27
Black with #0DCB27
Text Example
Text Example
White with #0DCB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB27; }
p { color: rgb(13,203,39); }
H1.HeaderClassName
{
color: #0DCB27;
}
.AnyTagClassName
{
color: #0DCB27;
}
</style>
background-color css
<style>
a { background-color: #0DCB27; }
a { background-color: rgb(13,203,39); }
div.DivClassName
{
background-color: #0DCB27;
}
.BgClassName
{
background-color: #0DCB27;
}
</style>
border-color css
<style>
span { border-color: #0DCB27; }
span { border-color: rgb(13,203,39); }
td.TdClassName
{
border-color: #0DCB27;
}
.TagClassName
{
border-color: #0DCB27;
}
</style>