Shades of Dark Pastel Green #00B718
Tints of Dark Pastel Green #00B718
RGB
CMYK
RGB Variations
Color information
#00B718 (or 0x00B718) is known color: Dark Pastel Green. HEX triplet: 00, B7 and 18. RGB value is (0,183,24). Sum of RGB (Red+Green+Blue) = 0+183+24=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 183 (71.88% from 255 or 88.41% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 183 - color contains mainly: green. Hex color #00B718 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00B718 is #FF48E7. Grayscale: #6E6E6E. Windows color (decimal): -16730344 or 1619712. OLE color: 1619712.
HSL color Cylindrical-coordinate representation of color #00B718: hue angle of 127.87º 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 #00B718 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 24 | - |
| CMYK | 1 | 0 | 0.87 | 0.28 |
| HSL | 127.87º | 1% | 0.36% | - |
| HSV(B) | 127.87º | 1% | 0.72% | - |
| XYZ | 17.1 | 33.93 | 6.51 | - |
| YUV | 110.16 | 79.37 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 24 | 1 | 0 | 0.87 | 0.28 | 127.87 | 1 | 0.36 |
| Hex | 0 | B7 | 18 | 64 | 0 | 57 | 1C | 80 | 64 | 24 |
| Octal | 0 | 267 | 30 | 144 | 0 | 127 | 34 | 200 | 144 | 44 |
| Binary | 0 | 10110111 | 11000 | 1100100 | 0 | 1010111 | 11100 | 10000000 | 1100100 | 100100 |
Color Harmonies of #00B718
Complementary color
Monochromatic Colors of #00B718
Black with #00B718
Text Example
Text Example
White with #00B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B718; }
p { color: rgb(0,183,24); }
H1.HeaderClassName
{
color: #00B718;
}
.AnyTagClassName
{
color: #00B718;
}
</style>
background-color css
<style>
a { background-color: #00B718; }
a { background-color: rgb(0,183,24); }
div.DivClassName
{
background-color: #00B718;
}
.BgClassName
{
background-color: #00B718;
}
</style>
border-color css
<style>
span { border-color: #00B718; }
span { border-color: rgb(0,183,24); }
td.TdClassName
{
border-color: #00B718;
}
.TagClassName
{
border-color: #00B718;
}
</style>