Shades of Dark Pastel Green #00B33F
Tints of Dark Pastel Green #00B33F
RGB
CMYK
RGB Variations
Color information
#00B33F (or 0x00B33F) is known color: Dark Pastel Green. HEX triplet: 00, B3 and 3F. RGB value is (0,179,63). Sum of RGB (Red+Green+Blue) = 0+179+63=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 179 (70.31% from 255 or 73.97% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 179 - color contains mainly: green. Hex color #00B33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B33F is #FF4CC0. Grayscale: #707070. Windows color (decimal): -16731329 or 4174592. OLE color: 4174592.
HSL color Cylindrical-coordinate representation of color #00B33F: hue angle of 141.12º 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 #00B33F is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 63 | - |
| CMYK | 1 | 0 | 0.65 | 0.30 |
| HSL | 141.12º | 1% | 0.35% | - |
| HSV(B) | 141.12º | 1% | 0.7% | - |
| XYZ | 17.02 | 32.6 | 10.1 | - |
| YUV | 112.26 | 100.2 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 63 | 1 | 0 | 0.65 | 0.30 | 141.12 | 1 | 0.35 |
| Hex | 0 | B3 | 3F | 64 | 0 | 41 | 1E | 8D | 64 | 23 |
| Octal | 0 | 263 | 77 | 144 | 0 | 101 | 36 | 215 | 144 | 43 |
| Binary | 0 | 10110011 | 111111 | 1100100 | 0 | 1000001 | 11110 | 10001101 | 1100100 | 100011 |
Color Harmonies of #00B33F
Complementary color
Monochromatic Colors of #00B33F
Black with #00B33F
Text Example
Text Example
White with #00B33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B33F; }
p { color: rgb(0,179,63); }
H1.HeaderClassName
{
color: #00B33F;
}
.AnyTagClassName
{
color: #00B33F;
}
</style>
background-color css
<style>
a { background-color: #00B33F; }
a { background-color: rgb(0,179,63); }
div.DivClassName
{
background-color: #00B33F;
}
.BgClassName
{
background-color: #00B33F;
}
</style>
border-color css
<style>
span { border-color: #00B33F; }
span { border-color: rgb(0,179,63); }
td.TdClassName
{
border-color: #00B33F;
}
.TagClassName
{
border-color: #00B33F;
}
</style>