Shades of Dark Pastel Green #00B940
Tints of Dark Pastel Green #00B940
RGB
CMYK
RGB Variations
Color information
#00B940 (or 0x00B940) is known color: Dark Pastel Green. HEX triplet: 00, B9 and 40. RGB value is (0,185,64). Sum of RGB (Red+Green+Blue) = 0+185+64=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 185 (72.66% from 255 or 74.30% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 185 - color contains mainly: green. Hex color #00B940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B940 is #FF46BF. Grayscale: #747474. Windows color (decimal): -16729792 or 4241664. OLE color: 4241664.
HSL color Cylindrical-coordinate representation of color #00B940: hue angle of 140.76º 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 #00B940 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 64 | - |
| CMYK | 1 | 0 | 0.65 | 0.27 |
| HSL | 140.76º | 1% | 0.36% | - |
| HSV(B) | 140.76º | 1% | 0.73% | - |
| XYZ | 18.27 | 35.07 | 10.66 | - |
| YUV | 115.89 | 98.71 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 64 | 1 | 0 | 0.65 | 0.27 | 140.76 | 1 | 0.36 |
| Hex | 0 | B9 | 40 | 64 | 0 | 41 | 1B | 8D | 64 | 24 |
| Octal | 0 | 271 | 100 | 144 | 0 | 101 | 33 | 215 | 144 | 44 |
| Binary | 0 | 10111001 | 1000000 | 1100100 | 0 | 1000001 | 11011 | 10001101 | 1100100 | 100100 |
Color Harmonies of #00B940
Complementary color
Monochromatic Colors of #00B940
Black with #00B940
Text Example
Text Example
White with #00B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B940; }
p { color: rgb(0,185,64); }
H1.HeaderClassName
{
color: #00B940;
}
.AnyTagClassName
{
color: #00B940;
}
</style>
background-color css
<style>
a { background-color: #00B940; }
a { background-color: rgb(0,185,64); }
div.DivClassName
{
background-color: #00B940;
}
.BgClassName
{
background-color: #00B940;
}
</style>
border-color css
<style>
span { border-color: #00B940; }
span { border-color: rgb(0,185,64); }
td.TdClassName
{
border-color: #00B940;
}
.TagClassName
{
border-color: #00B940;
}
</style>