Shades of Dark Pastel Green #00B845
Tints of Dark Pastel Green #00B845
RGB
CMYK
RGB Variations
Color information
#00B845 (or 0x00B845) is known color: Dark Pastel Green. HEX triplet: 00, B8 and 45. RGB value is (0,184,69). Sum of RGB (Red+Green+Blue) = 0+184+69=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 184 (72.27% from 255 or 72.73% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 184 - color contains mainly: green. Hex color #00B845 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B845 is #FF47BA. Grayscale: #747474. Windows color (decimal): -16730043 or 4569088. OLE color: 4569088.
HSL color Cylindrical-coordinate representation of color #00B845: hue angle of 142.5º 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 #00B845 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 69 | - |
| CMYK | 1 | 0 | 0.62 | 0.28 |
| HSL | 142.5º | 1% | 0.36% | - |
| HSV(B) | 142.5º | 1% | 0.72% | - |
| XYZ | 18.21 | 34.71 | 11.37 | - |
| YUV | 115.87 | 101.54 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 69 | 1 | 0 | 0.62 | 0.28 | 142.5 | 1 | 0.36 |
| Hex | 0 | B8 | 45 | 64 | 0 | 3E | 1C | 8E | 64 | 24 |
| Octal | 0 | 270 | 105 | 144 | 0 | 76 | 34 | 216 | 144 | 44 |
| Binary | 0 | 10111000 | 1000101 | 1100100 | 0 | 111110 | 11100 | 10001110 | 1100100 | 100100 |
Color Harmonies of #00B845
Complementary color
Monochromatic Colors of #00B845
Black with #00B845
Text Example
Text Example
White with #00B845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B845; }
p { color: rgb(0,184,69); }
H1.HeaderClassName
{
color: #00B845;
}
.AnyTagClassName
{
color: #00B845;
}
</style>
background-color css
<style>
a { background-color: #00B845; }
a { background-color: rgb(0,184,69); }
div.DivClassName
{
background-color: #00B845;
}
.BgClassName
{
background-color: #00B845;
}
</style>
border-color css
<style>
span { border-color: #00B845; }
span { border-color: rgb(0,184,69); }
td.TdClassName
{
border-color: #00B845;
}
.TagClassName
{
border-color: #00B845;
}
</style>