Shades of Dark Pastel Green #0BC735
Tints of Dark Pastel Green #0BC735
RGB
CMYK
RGB Variations
Color information
#0BC735 (or 0x0BC735) is known color: Dark Pastel Green. HEX triplet: 0B, C7 and 35. RGB value is (11,199,53). Sum of RGB (Red+Green+Blue) = 11+199+53=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 199 (78.12% from 255 or 75.67% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 199 - color contains mainly: green. Hex color #0BC735 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BC735 is #F438CA. Grayscale: #7E7E7E. Windows color (decimal): -16005323 or 3524363. OLE color: 3524363.
HSL color Cylindrical-coordinate representation of color #0BC735: hue angle of 133.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC735 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 199 | 53 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.22 |
| HSL | 133.4º | 0.9% | 0.41% | - |
| HSV(B) | 133.4º | 0.94% | 0.78% | - |
| XYZ | 21.2 | 41.18 | 10.2 | - |
| YUV | 126.14 | 86.72 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 199 | 53 | 0.94 | 0 | 0.73 | 0.22 | 133.4 | 0.9 | 0.41 |
| Hex | B | C7 | 35 | 5E | 0 | 49 | 16 | 85 | 5A | 29 |
| Octal | 13 | 307 | 65 | 136 | 0 | 111 | 26 | 205 | 132 | 51 |
| Binary | 1011 | 11000111 | 110101 | 1011110 | 0 | 1001001 | 10110 | 10000101 | 1011010 | 101001 |
Color Harmonies of #0BC735
Complementary color
Monochromatic Colors of #0BC735
Black with #0BC735
Text Example
Text Example
White with #0BC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC735; }
p { color: rgb(11,199,53); }
H1.HeaderClassName
{
color: #0BC735;
}
.AnyTagClassName
{
color: #0BC735;
}
</style>
background-color css
<style>
a { background-color: #0BC735; }
a { background-color: rgb(11,199,53); }
div.DivClassName
{
background-color: #0BC735;
}
.BgClassName
{
background-color: #0BC735;
}
</style>
border-color css
<style>
span { border-color: #0BC735; }
span { border-color: rgb(11,199,53); }
td.TdClassName
{
border-color: #0BC735;
}
.TagClassName
{
border-color: #0BC735;
}
</style>