Shades of Dark Pastel Green #0BD434
Tints of Dark Pastel Green #0BD434
RGB
CMYK
RGB Variations
Color information
#0BD434 (or 0x0BD434) is known color: Dark Pastel Green. HEX triplet: 0B, D4 and 34. RGB value is (11,212,52). Sum of RGB (Red+Green+Blue) = 11+212+52=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 212 (83.20% from 255 or 77.09% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD434 is #F42BCB. Grayscale: #868686. Windows color (decimal): -16001996 or 3462155. OLE color: 3462155.
HSL color Cylindrical-coordinate representation of color #0BD434: hue angle of 132.24º 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 #0BD434 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 11 | 212 | 52 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.17 |
| HSL | 132.24º | 0.9% | 0.44% | - |
| HSV(B) | 132.24º | 0.95% | 0.83% | - |
| XYZ | 24.3 | 47.41 | 11.12 | - |
| YUV | 133.66 | 81.91 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 52 | 0.95 | 0 | 0.75 | 0.17 | 132.24 | 0.9 | 0.44 |
| Hex | B | D4 | 34 | 5F | 0 | 4B | 11 | 84 | 5A | 2C |
| Octal | 13 | 324 | 64 | 137 | 0 | 113 | 21 | 204 | 132 | 54 |
| Binary | 1011 | 11010100 | 110100 | 1011111 | 0 | 1001011 | 10001 | 10000100 | 1011010 | 101100 |
Color Harmonies of #0BD434
Complementary color
Monochromatic Colors of #0BD434
Black with #0BD434
Text Example
Text Example
White with #0BD434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD434; }
p { color: rgb(11,212,52); }
H1.HeaderClassName
{
color: #0BD434;
}
.AnyTagClassName
{
color: #0BD434;
}
</style>
background-color css
<style>
a { background-color: #0BD434; }
a { background-color: rgb(11,212,52); }
div.DivClassName
{
background-color: #0BD434;
}
.BgClassName
{
background-color: #0BD434;
}
</style>
border-color css
<style>
span { border-color: #0BD434; }
span { border-color: rgb(11,212,52); }
td.TdClassName
{
border-color: #0BD434;
}
.TagClassName
{
border-color: #0BD434;
}
</style>