Shades of Dark Pastel Green #00B92E
Tints of Dark Pastel Green #00B92E
RGB
CMYK
RGB Variations
Color information
#00B92E (or 0x00B92E) is known color: Dark Pastel Green. HEX triplet: 00, B9 and 2E. RGB value is (0,185,46). Sum of RGB (Red+Green+Blue) = 0+185+46=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #00B92E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B92E is #FF46D1. Grayscale: #727272. Windows color (decimal): -16729810 or 3062016. OLE color: 3062016.
HSL color Cylindrical-coordinate representation of color #00B92E: hue angle of 134.92º 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 #00B92E is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 46 | - |
| CMYK | 1 | 0 | 0.75 | 0.27 |
| HSL | 134.92º | 1% | 0.36% | - |
| HSV(B) | 134.92º | 1% | 0.73% | - |
| XYZ | 17.84 | 34.9 | 8.38 | - |
| YUV | 113.84 | 89.71 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 46 | 1 | 0 | 0.75 | 0.27 | 134.92 | 1 | 0.36 |
| Hex | 0 | B9 | 2E | 64 | 0 | 4B | 1B | 87 | 64 | 24 |
| Octal | 0 | 271 | 56 | 144 | 0 | 113 | 33 | 207 | 144 | 44 |
| Binary | 0 | 10111001 | 101110 | 1100100 | 0 | 1001011 | 11011 | 10000111 | 1100100 | 100100 |
Color Harmonies of #00B92E
Complementary color
Monochromatic Colors of #00B92E
Black with #00B92E
Text Example
Text Example
White with #00B92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B92E; }
p { color: rgb(0,185,46); }
H1.HeaderClassName
{
color: #00B92E;
}
.AnyTagClassName
{
color: #00B92E;
}
</style>
background-color css
<style>
a { background-color: #00B92E; }
a { background-color: rgb(0,185,46); }
div.DivClassName
{
background-color: #00B92E;
}
.BgClassName
{
background-color: #00B92E;
}
</style>
border-color css
<style>
span { border-color: #00B92E; }
span { border-color: rgb(0,185,46); }
td.TdClassName
{
border-color: #00B92E;
}
.TagClassName
{
border-color: #00B92E;
}
</style>