Shades of Dark Pastel Green #00B32C
Tints of Dark Pastel Green #00B32C
RGB
CMYK
RGB Variations
Color information
#00B32C (or 0x00B32C) is known color: Dark Pastel Green. HEX triplet: 00, B3 and 2C. RGB value is (0,179,44). Sum of RGB (Red+Green+Blue) = 0+179+44=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 179 (70.31% from 255 or 80.27% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 179 - color contains mainly: green. Hex color #00B32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B32C is #FF4CD3. Grayscale: #6E6E6E. Windows color (decimal): -16731348 or 2929408. OLE color: 2929408.
HSL color Cylindrical-coordinate representation of color #00B32C: hue angle of 134.75º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B32C is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 44 | - |
| CMYK | 1 | 0 | 0.75 | 0.30 |
| HSL | 134.75º | 1% | 0.35% | - |
| HSV(B) | 134.75º | 1% | 0.7% | - |
| XYZ | 16.57 | 32.42 | 7.77 | - |
| YUV | 110.09 | 90.7 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 44 | 1 | 0 | 0.75 | 0.30 | 134.75 | 1 | 0.35 |
| Hex | 0 | B3 | 2C | 64 | 0 | 4B | 1E | 87 | 64 | 23 |
| Octal | 0 | 263 | 54 | 144 | 0 | 113 | 36 | 207 | 144 | 43 |
| Binary | 0 | 10110011 | 101100 | 1100100 | 0 | 1001011 | 11110 | 10000111 | 1100100 | 100011 |
Color Harmonies of #00B32C
Complementary color
Monochromatic Colors of #00B32C
Black with #00B32C
Text Example
Text Example
White with #00B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B32C; }
p { color: rgb(0,179,44); }
H1.HeaderClassName
{
color: #00B32C;
}
.AnyTagClassName
{
color: #00B32C;
}
</style>
background-color css
<style>
a { background-color: #00B32C; }
a { background-color: rgb(0,179,44); }
div.DivClassName
{
background-color: #00B32C;
}
.BgClassName
{
background-color: #00B32C;
}
</style>
border-color css
<style>
span { border-color: #00B32C; }
span { border-color: rgb(0,179,44); }
td.TdClassName
{
border-color: #00B32C;
}
.TagClassName
{
border-color: #00B32C;
}
</style>