Shades of Dark Pastel Green #0BCA2A
Tints of Dark Pastel Green #0BCA2A
RGB
CMYK
RGB Variations
Color information
#0BCA2A (or 0x0BCA2A) is known color: Dark Pastel Green. HEX triplet: 0B, CA and 2A. RGB value is (11,202,42). Sum of RGB (Red+Green+Blue) = 11+202+42=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCA2A is #F435D5. Grayscale: #7F7F7F. Windows color (decimal): -16004566 or 2804235. OLE color: 2804235.
HSL color Cylindrical-coordinate representation of color #0BCA2A: hue angle of 129.74º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCA2A is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 42 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.21 |
| HSL | 129.74º | 0.9% | 0.42% | - |
| HSV(B) | 129.74º | 0.95% | 0.79% | - |
| XYZ | 21.68 | 42.48 | 9.25 | - |
| YUV | 126.65 | 80.22 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 42 | 0.95 | 0 | 0.79 | 0.21 | 129.74 | 0.9 | 0.42 |
| Hex | B | CA | 2A | 5F | 0 | 4F | 15 | 82 | 5A | 2A |
| Octal | 13 | 312 | 52 | 137 | 0 | 117 | 25 | 202 | 132 | 52 |
| Binary | 1011 | 11001010 | 101010 | 1011111 | 0 | 1001111 | 10101 | 10000010 | 1011010 | 101010 |
Color Harmonies of #0BCA2A
Complementary color
Monochromatic Colors of #0BCA2A
Black with #0BCA2A
Text Example
Text Example
White with #0BCA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCA2A; }
p { color: rgb(11,202,42); }
H1.HeaderClassName
{
color: #0BCA2A;
}
.AnyTagClassName
{
color: #0BCA2A;
}
</style>
background-color css
<style>
a { background-color: #0BCA2A; }
a { background-color: rgb(11,202,42); }
div.DivClassName
{
background-color: #0BCA2A;
}
.BgClassName
{
background-color: #0BCA2A;
}
</style>
border-color css
<style>
span { border-color: #0BCA2A; }
span { border-color: rgb(11,202,42); }
td.TdClassName
{
border-color: #0BCA2A;
}
.TagClassName
{
border-color: #0BCA2A;
}
</style>