Shades of Dark Pastel Green #01BA35
Tints of Dark Pastel Green #01BA35
RGB
CMYK
RGB Variations
Color information
#01BA35 (or 0x01BA35) is known color: Dark Pastel Green. HEX triplet: 01, BA and 35. RGB value is (1,186,53). Sum of RGB (Red+Green+Blue) = 1+186+53=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BA35 is #FE45CA. Grayscale: #737373. Windows color (decimal): -16664011 or 3521025. OLE color: 3521025.
HSL color Cylindrical-coordinate representation of color #01BA35: hue angle of 136.86º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA35 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 53 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.27 |
| HSL | 136.86º | 0.99% | 0.37% | - |
| HSV(B) | 136.86º | 0.99% | 0.73% | - |
| XYZ | 18.21 | 35.38 | 9.24 | - |
| YUV | 115.52 | 92.71 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 53 | 0.99 | 0 | 0.72 | 0.27 | 136.86 | 0.99 | 0.37 |
| Hex | 1 | BA | 35 | 63 | 0 | 48 | 1B | 89 | 63 | 25 |
| Octal | 1 | 272 | 65 | 143 | 0 | 110 | 33 | 211 | 143 | 45 |
| Binary | 1 | 10111010 | 110101 | 1100011 | 0 | 1001000 | 11011 | 10001001 | 1100011 | 100101 |
Color Harmonies of #01BA35
Complementary color
Monochromatic Colors of #01BA35
Black with #01BA35
Text Example
Text Example
White with #01BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA35; }
p { color: rgb(1,186,53); }
H1.HeaderClassName
{
color: #01BA35;
}
.AnyTagClassName
{
color: #01BA35;
}
</style>
background-color css
<style>
a { background-color: #01BA35; }
a { background-color: rgb(1,186,53); }
div.DivClassName
{
background-color: #01BA35;
}
.BgClassName
{
background-color: #01BA35;
}
</style>
border-color css
<style>
span { border-color: #01BA35; }
span { border-color: rgb(1,186,53); }
td.TdClassName
{
border-color: #01BA35;
}
.TagClassName
{
border-color: #01BA35;
}
</style>