Shades of Dark Pastel Green #00BB41
Tints of Dark Pastel Green #00BB41
RGB
CMYK
RGB Variations
Color information
#00BB41 (or 0x00BB41) is known color: Dark Pastel Green. HEX triplet: 00, BB and 41. RGB value is (0,187,65). Sum of RGB (Red+Green+Blue) = 0+187+65=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 187 (73.44% from 255 or 74.21% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BB41 is #FF44BE. Grayscale: #757575. Windows color (decimal): -16729279 or 4307712. OLE color: 4307712.
HSL color Cylindrical-coordinate representation of color #00BB41: hue angle of 140.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB41 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 65 | - |
| CMYK | 1 | 0 | 0.65 | 0.27 |
| HSL | 140.86º | 1% | 0.37% | - |
| HSV(B) | 140.86º | 1% | 0.73% | - |
| XYZ | 18.72 | 35.92 | 10.95 | - |
| YUV | 117.18 | 98.55 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 65 | 1 | 0 | 0.65 | 0.27 | 140.86 | 1 | 0.37 |
| Hex | 0 | BB | 41 | 64 | 0 | 41 | 1B | 8D | 64 | 25 |
| Octal | 0 | 273 | 101 | 144 | 0 | 101 | 33 | 215 | 144 | 45 |
| Binary | 0 | 10111011 | 1000001 | 1100100 | 0 | 1000001 | 11011 | 10001101 | 1100100 | 100101 |
Color Harmonies of #00BB41
Complementary color
Monochromatic Colors of #00BB41
Black with #00BB41
Text Example
Text Example
White with #00BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BB41; }
p { color: rgb(0,187,65); }
H1.HeaderClassName
{
color: #00BB41;
}
.AnyTagClassName
{
color: #00BB41;
}
</style>
background-color css
<style>
a { background-color: #00BB41; }
a { background-color: rgb(0,187,65); }
div.DivClassName
{
background-color: #00BB41;
}
.BgClassName
{
background-color: #00BB41;
}
</style>
border-color css
<style>
span { border-color: #00BB41; }
span { border-color: rgb(0,187,65); }
td.TdClassName
{
border-color: #00BB41;
}
.TagClassName
{
border-color: #00BB41;
}
</style>