Shades of Dark Pastel Green #0BD429
Tints of Dark Pastel Green #0BD429
RGB
CMYK
RGB Variations
Color information
#0BD429 (or 0x0BD429) is known color: Dark Pastel Green. HEX triplet: 0B, D4 and 29. RGB value is (11,212,41). Sum of RGB (Red+Green+Blue) = 11+212+41=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 212 (83.20% from 255 or 80.30% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD429 is #F42BD6. Grayscale: #848484. Windows color (decimal): -16002007 or 2741259. OLE color: 2741259.
HSL color Cylindrical-coordinate representation of color #0BD429: hue angle of 128.96º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD429 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 212 | 41 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.17 |
| HSL | 128.96º | 0.9% | 0.44% | - |
| HSV(B) | 128.96º | 0.95% | 0.83% | - |
| XYZ | 24.08 | 47.32 | 9.96 | - |
| YUV | 132.41 | 76.41 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 41 | 0.95 | 0 | 0.81 | 0.17 | 128.96 | 0.9 | 0.44 |
| Hex | B | D4 | 29 | 5F | 0 | 51 | 11 | 81 | 5A | 2C |
| Octal | 13 | 324 | 51 | 137 | 0 | 121 | 21 | 201 | 132 | 54 |
| Binary | 1011 | 11010100 | 101001 | 1011111 | 0 | 1010001 | 10001 | 10000001 | 1011010 | 101100 |
Color Harmonies of #0BD429
Complementary color
Monochromatic Colors of #0BD429
Black with #0BD429
Text Example
Text Example
White with #0BD429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD429; }
p { color: rgb(11,212,41); }
H1.HeaderClassName
{
color: #0BD429;
}
.AnyTagClassName
{
color: #0BD429;
}
</style>
background-color css
<style>
a { background-color: #0BD429; }
a { background-color: rgb(11,212,41); }
div.DivClassName
{
background-color: #0BD429;
}
.BgClassName
{
background-color: #0BD429;
}
</style>
border-color css
<style>
span { border-color: #0BD429; }
span { border-color: rgb(11,212,41); }
td.TdClassName
{
border-color: #0BD429;
}
.TagClassName
{
border-color: #0BD429;
}
</style>