Shades of Dark Pastel Green #00B82C
Tints of Dark Pastel Green #00B82C
RGB
CMYK
RGB Variations
Color information
#00B82C (or 0x00B82C) is known color: Dark Pastel Green. HEX triplet: 00, B8 and 2C. RGB value is (0,184,44). Sum of RGB (Red+Green+Blue) = 0+184+44=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 184 (72.27% from 255 or 80.70% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 184 - color contains mainly: green. Hex color #00B82C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B82C is #FF47D3. Grayscale: #717171. Windows color (decimal): -16730068 or 2930688. OLE color: 2930688.
HSL color Cylindrical-coordinate representation of color #00B82C: hue angle of 134.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B82C is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 44 | - |
| CMYK | 1 | 0 | 0.76 | 0.28 |
| HSL | 134.35º | 1% | 0.36% | - |
| HSV(B) | 134.35º | 1% | 0.72% | - |
| XYZ | 17.6 | 34.46 | 8.11 | - |
| YUV | 113.02 | 89.04 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 44 | 1 | 0 | 0.76 | 0.28 | 134.35 | 1 | 0.36 |
| Hex | 0 | B8 | 2C | 64 | 0 | 4C | 1C | 86 | 64 | 24 |
| Octal | 0 | 270 | 54 | 144 | 0 | 114 | 34 | 206 | 144 | 44 |
| Binary | 0 | 10111000 | 101100 | 1100100 | 0 | 1001100 | 11100 | 10000110 | 1100100 | 100100 |
Color Harmonies of #00B82C
Complementary color
Monochromatic Colors of #00B82C
Black with #00B82C
Text Example
Text Example
White with #00B82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B82C; }
p { color: rgb(0,184,44); }
H1.HeaderClassName
{
color: #00B82C;
}
.AnyTagClassName
{
color: #00B82C;
}
</style>
background-color css
<style>
a { background-color: #00B82C; }
a { background-color: rgb(0,184,44); }
div.DivClassName
{
background-color: #00B82C;
}
.BgClassName
{
background-color: #00B82C;
}
</style>
border-color css
<style>
span { border-color: #00B82C; }
span { border-color: rgb(0,184,44); }
td.TdClassName
{
border-color: #00B82C;
}
.TagClassName
{
border-color: #00B82C;
}
</style>