Shades of Dark Pastel Green #0BD629
Tints of Dark Pastel Green #0BD629
RGB
CMYK
RGB Variations
Color information
#0BD629 (or 0x0BD629) is known color: Dark Pastel Green. HEX triplet: 0B, D6 and 29. RGB value is (11,214,41). Sum of RGB (Red+Green+Blue) = 11+214+41=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD629 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD629 is #F429D6. Grayscale: #868686. Windows color (decimal): -16001495 or 2741771. OLE color: 2741771.
HSL color Cylindrical-coordinate representation of color #0BD629: hue angle of 128.87º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD629 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 41 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.16 |
| HSL | 128.87º | 0.9% | 0.44% | - |
| HSV(B) | 128.87º | 0.95% | 0.84% | - |
| XYZ | 24.58 | 48.32 | 10.13 | - |
| YUV | 133.58 | 75.75 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 41 | 0.95 | 0 | 0.81 | 0.16 | 128.87 | 0.9 | 0.44 |
| Hex | B | D6 | 29 | 5F | 0 | 51 | 10 | 81 | 5A | 2C |
| Octal | 13 | 326 | 51 | 137 | 0 | 121 | 20 | 201 | 132 | 54 |
| Binary | 1011 | 11010110 | 101001 | 1011111 | 0 | 1010001 | 10000 | 10000001 | 1011010 | 101100 |
Color Harmonies of #0BD629
Complementary color
Monochromatic Colors of #0BD629
Black with #0BD629
Text Example
Text Example
White with #0BD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD629; }
p { color: rgb(11,214,41); }
H1.HeaderClassName
{
color: #0BD629;
}
.AnyTagClassName
{
color: #0BD629;
}
</style>
background-color css
<style>
a { background-color: #0BD629; }
a { background-color: rgb(11,214,41); }
div.DivClassName
{
background-color: #0BD629;
}
.BgClassName
{
background-color: #0BD629;
}
</style>
border-color css
<style>
span { border-color: #0BD629; }
span { border-color: rgb(11,214,41); }
td.TdClassName
{
border-color: #0BD629;
}
.TagClassName
{
border-color: #0BD629;
}
</style>