Shades of Dark Pastel Green #0BCD38
Tints of Dark Pastel Green #0BCD38
RGB
CMYK
RGB Variations
Color information
#0BCD38 (or 0x0BCD38) is known color: Dark Pastel Green. HEX triplet: 0B, CD and 38. RGB value is (11,205,56). Sum of RGB (Red+Green+Blue) = 11+205+56=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 205 (80.47% from 255 or 75.37% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCD38 is #F432C7. Grayscale: #828282. Windows color (decimal): -16003784 or 3722507. OLE color: 3722507.
HSL color Cylindrical-coordinate representation of color #0BCD38: hue angle of 133.92º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD38 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 56 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.20 |
| HSL | 133.92º | 0.9% | 0.42% | - |
| HSV(B) | 133.92º | 0.95% | 0.8% | - |
| XYZ | 22.68 | 44.02 | 11.04 | - |
| YUV | 130.01 | 86.23 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 56 | 0.95 | 0 | 0.73 | 0.20 | 133.92 | 0.9 | 0.42 |
| Hex | B | CD | 38 | 5F | 0 | 49 | 14 | 86 | 5A | 2A |
| Octal | 13 | 315 | 70 | 137 | 0 | 111 | 24 | 206 | 132 | 52 |
| Binary | 1011 | 11001101 | 111000 | 1011111 | 0 | 1001001 | 10100 | 10000110 | 1011010 | 101010 |
Color Harmonies of #0BCD38
Complementary color
Monochromatic Colors of #0BCD38
Black with #0BCD38
Text Example
Text Example
White with #0BCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD38; }
p { color: rgb(11,205,56); }
H1.HeaderClassName
{
color: #0BCD38;
}
.AnyTagClassName
{
color: #0BCD38;
}
</style>
background-color css
<style>
a { background-color: #0BCD38; }
a { background-color: rgb(11,205,56); }
div.DivClassName
{
background-color: #0BCD38;
}
.BgClassName
{
background-color: #0BCD38;
}
</style>
border-color css
<style>
span { border-color: #0BCD38; }
span { border-color: rgb(11,205,56); }
td.TdClassName
{
border-color: #0BCD38;
}
.TagClassName
{
border-color: #0BCD38;
}
</style>