Shades of Dark Pastel Green #00BA41
Tints of Dark Pastel Green #00BA41
RGB
CMYK
RGB Variations
Color information
#00BA41 (or 0x00BA41) is known color: Dark Pastel Green. HEX triplet: 00, BA and 41. RGB value is (0,186,65). Sum of RGB (Red+Green+Blue) = 0+186+65=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BA41 is #FF45BE. Grayscale: #747474. Windows color (decimal): -16729535 or 4307456. OLE color: 4307456.
HSL color Cylindrical-coordinate representation of color #00BA41: hue angle of 140.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA41 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 65 | - |
| CMYK | 1 | 0 | 0.65 | 0.27 |
| HSL | 140.97º | 1% | 0.36% | - |
| HSV(B) | 140.97º | 1% | 0.73% | - |
| XYZ | 18.51 | 35.5 | 10.88 | - |
| YUV | 116.59 | 98.88 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 65 | 1 | 0 | 0.65 | 0.27 | 140.97 | 1 | 0.36 |
| Hex | 0 | BA | 41 | 64 | 0 | 41 | 1B | 8D | 64 | 24 |
| Octal | 0 | 272 | 101 | 144 | 0 | 101 | 33 | 215 | 144 | 44 |
| Binary | 0 | 10111010 | 1000001 | 1100100 | 0 | 1000001 | 11011 | 10001101 | 1100100 | 100100 |
Color Harmonies of #00BA41
Complementary color
Monochromatic Colors of #00BA41
Black with #00BA41
Text Example
Text Example
White with #00BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA41; }
p { color: rgb(0,186,65); }
H1.HeaderClassName
{
color: #00BA41;
}
.AnyTagClassName
{
color: #00BA41;
}
</style>
background-color css
<style>
a { background-color: #00BA41; }
a { background-color: rgb(0,186,65); }
div.DivClassName
{
background-color: #00BA41;
}
.BgClassName
{
background-color: #00BA41;
}
</style>
border-color css
<style>
span { border-color: #00BA41; }
span { border-color: rgb(0,186,65); }
td.TdClassName
{
border-color: #00BA41;
}
.TagClassName
{
border-color: #00BA41;
}
</style>