Shades of Dark Pastel Green #00B92A
Tints of Dark Pastel Green #00B92A
RGB
CMYK
RGB Variations
Color information
#00B92A (or 0x00B92A) is known color: Dark Pastel Green. HEX triplet: 00, B9 and 2A. RGB value is (0,185,42). Sum of RGB (Red+Green+Blue) = 0+185+42=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 185 (72.66% from 255 or 81.50% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 185 - color contains mainly: green. Hex color #00B92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B92A is #FF46D5. Grayscale: #717171. Windows color (decimal): -16729814 or 2799872. OLE color: 2799872.
HSL color Cylindrical-coordinate representation of color #00B92A: hue angle of 133.62º 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 #00B92A is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 185 | 42 | - |
| CMYK | 1 | 0 | 0.77 | 0.27 |
| HSL | 133.62º | 1% | 0.36% | - |
| HSV(B) | 133.62º | 1% | 0.73% | - |
| XYZ | 17.77 | 34.87 | 7.98 | - |
| YUV | 113.38 | 87.71 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 42 | 1 | 0 | 0.77 | 0.27 | 133.62 | 1 | 0.36 |
| Hex | 0 | B9 | 2A | 64 | 0 | 4D | 1B | 86 | 64 | 24 |
| Octal | 0 | 271 | 52 | 144 | 0 | 115 | 33 | 206 | 144 | 44 |
| Binary | 0 | 10111001 | 101010 | 1100100 | 0 | 1001101 | 11011 | 10000110 | 1100100 | 100100 |
Color Harmonies of #00B92A
Complementary color
Monochromatic Colors of #00B92A
Black with #00B92A
Text Example
Text Example
White with #00B92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B92A; }
p { color: rgb(0,185,42); }
H1.HeaderClassName
{
color: #00B92A;
}
.AnyTagClassName
{
color: #00B92A;
}
</style>
background-color css
<style>
a { background-color: #00B92A; }
a { background-color: rgb(0,185,42); }
div.DivClassName
{
background-color: #00B92A;
}
.BgClassName
{
background-color: #00B92A;
}
</style>
border-color css
<style>
span { border-color: #00B92A; }
span { border-color: rgb(0,185,42); }
td.TdClassName
{
border-color: #00B92A;
}
.TagClassName
{
border-color: #00B92A;
}
</style>