Shades of Dark Pastel Green #00B92D
Tints of Dark Pastel Green #00B92D
RGB
CMYK
RGB Variations
Color information
#00B92D (or 0x00B92D) is known color: Dark Pastel Green. HEX triplet: 00, B9 and 2D. RGB value is (0,185,45). Sum of RGB (Red+Green+Blue) = 0+185+45=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 185 (72.66% from 255 or 80.43% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 185 - color contains mainly: green. Hex color #00B92D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B92D is #FF46D2. Grayscale: #727272. Windows color (decimal): -16729811 or 2996480. OLE color: 2996480.
HSL color Cylindrical-coordinate representation of color #00B92D: hue angle of 134.59º 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 #00B92D is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 45 | - |
| CMYK | 1 | 0 | 0.76 | 0.27 |
| HSL | 134.59º | 1% | 0.36% | - |
| HSV(B) | 134.59º | 1% | 0.73% | - |
| XYZ | 17.82 | 34.89 | 8.28 | - |
| YUV | 113.73 | 89.21 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 45 | 1 | 0 | 0.76 | 0.27 | 134.59 | 1 | 0.36 |
| Hex | 0 | B9 | 2D | 64 | 0 | 4C | 1B | 87 | 64 | 24 |
| Octal | 0 | 271 | 55 | 144 | 0 | 114 | 33 | 207 | 144 | 44 |
| Binary | 0 | 10111001 | 101101 | 1100100 | 0 | 1001100 | 11011 | 10000111 | 1100100 | 100100 |
Color Harmonies of #00B92D
Complementary color
Monochromatic Colors of #00B92D
Black with #00B92D
Text Example
Text Example
White with #00B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B92D; }
p { color: rgb(0,185,45); }
H1.HeaderClassName
{
color: #00B92D;
}
.AnyTagClassName
{
color: #00B92D;
}
</style>
background-color css
<style>
a { background-color: #00B92D; }
a { background-color: rgb(0,185,45); }
div.DivClassName
{
background-color: #00B92D;
}
.BgClassName
{
background-color: #00B92D;
}
</style>
border-color css
<style>
span { border-color: #00B92D; }
span { border-color: rgb(0,185,45); }
td.TdClassName
{
border-color: #00B92D;
}
.TagClassName
{
border-color: #00B92D;
}
</style>