Shades of Dark Pastel Green #0DCB34
Tints of Dark Pastel Green #0DCB34
RGB
CMYK
RGB Variations
Color information
#0DCB34 (or 0x0DCB34) is known color: Dark Pastel Green. HEX triplet: 0D, CB and 34. RGB value is (13,203,52). Sum of RGB (Red+Green+Blue) = 13+203+52=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DCB34 is #F234CB. Grayscale: #818181. Windows color (decimal): -15873228 or 3459853. OLE color: 3459853.
HSL color Cylindrical-coordinate representation of color #0DCB34: hue angle of 132.32º 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 #0DCB34 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 52 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.20 |
| HSL | 132.32º | 0.88% | 0.42% | - |
| HSV(B) | 132.32º | 0.94% | 0.8% | - |
| XYZ | 22.14 | 43.05 | 10.39 | - |
| YUV | 128.98 | 84.55 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 52 | 0.94 | 0 | 0.74 | 0.20 | 132.32 | 0.88 | 0.42 |
| Hex | D | CB | 34 | 5E | 0 | 4A | 14 | 84 | 58 | 2A |
| Octal | 15 | 313 | 64 | 136 | 0 | 112 | 24 | 204 | 130 | 52 |
| Binary | 1101 | 11001011 | 110100 | 1011110 | 0 | 1001010 | 10100 | 10000100 | 1011000 | 101010 |
Color Harmonies of #0DCB34
Complementary color
Monochromatic Colors of #0DCB34
Black with #0DCB34
Text Example
Text Example
White with #0DCB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB34; }
p { color: rgb(13,203,52); }
H1.HeaderClassName
{
color: #0DCB34;
}
.AnyTagClassName
{
color: #0DCB34;
}
</style>
background-color css
<style>
a { background-color: #0DCB34; }
a { background-color: rgb(13,203,52); }
div.DivClassName
{
background-color: #0DCB34;
}
.BgClassName
{
background-color: #0DCB34;
}
</style>
border-color css
<style>
span { border-color: #0DCB34; }
span { border-color: rgb(13,203,52); }
td.TdClassName
{
border-color: #0DCB34;
}
.TagClassName
{
border-color: #0DCB34;
}
</style>