Shades of Dark Pastel Green #00B031
Tints of Dark Pastel Green #00B031
RGB
CMYK
RGB Variations
Color information
#00B031 (or 0x00B031) is known color: Dark Pastel Green. HEX triplet: 00, B0 and 31. RGB value is (0,176,49). Sum of RGB (Red+Green+Blue) = 0+176+49=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 176 (69.14% from 255 or 78.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 176 - color contains mainly: green. Hex color #00B031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00B031 is #FF4FCE. Grayscale: #6D6D6D. Windows color (decimal): -16732111 or 3256320. OLE color: 3256320.
HSL color Cylindrical-coordinate representation of color #00B031: hue angle of 136.7º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B031 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 176 | 49 | - |
| CMYK | 1 | 0 | 0.72 | 0.31 |
| HSL | 136.7º | 1% | 0.35% | - |
| HSV(B) | 136.7º | 1% | 0.69% | - |
| XYZ | 16.08 | 31.27 | 8.09 | - |
| YUV | 108.9 | 94.19 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 176 | 49 | 1 | 0 | 0.72 | 0.31 | 136.7 | 1 | 0.35 |
| Hex | 0 | B0 | 31 | 64 | 0 | 48 | 1F | 89 | 64 | 23 |
| Octal | 0 | 260 | 61 | 144 | 0 | 110 | 37 | 211 | 144 | 43 |
| Binary | 0 | 10110000 | 110001 | 1100100 | 0 | 1001000 | 11111 | 10001001 | 1100100 | 100011 |
Color Harmonies of #00B031
Complementary color
Monochromatic Colors of #00B031
Black with #00B031
Text Example
Text Example
White with #00B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B031; }
p { color: rgb(0,176,49); }
H1.HeaderClassName
{
color: #00B031;
}
.AnyTagClassName
{
color: #00B031;
}
</style>
background-color css
<style>
a { background-color: #00B031; }
a { background-color: rgb(0,176,49); }
div.DivClassName
{
background-color: #00B031;
}
.BgClassName
{
background-color: #00B031;
}
</style>
border-color css
<style>
span { border-color: #00B031; }
span { border-color: rgb(0,176,49); }
td.TdClassName
{
border-color: #00B031;
}
.TagClassName
{
border-color: #00B031;
}
</style>