Shades of Dark Pastel Green #00B745
Tints of Dark Pastel Green #00B745
RGB
CMYK
RGB Variations
Color information
#00B745 (or 0x00B745) is known color: Dark Pastel Green. HEX triplet: 00, B7 and 45. RGB value is (0,183,69). Sum of RGB (Red+Green+Blue) = 0+183+69=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 183 (71.88% from 255 or 72.62% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 183 - color contains mainly: green. Hex color #00B745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B745 is #FF48BA. Grayscale: #737373. Windows color (decimal): -16730299 or 4568832. OLE color: 4568832.
HSL color Cylindrical-coordinate representation of color #00B745: hue angle of 142.62º 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 #00B745 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 69 | - |
| CMYK | 1 | 0 | 0.62 | 0.28 |
| HSL | 142.62º | 1% | 0.36% | - |
| HSV(B) | 142.62º | 1% | 0.72% | - |
| XYZ | 18.01 | 34.3 | 11.3 | - |
| YUV | 115.29 | 101.87 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 69 | 1 | 0 | 0.62 | 0.28 | 142.62 | 1 | 0.36 |
| Hex | 0 | B7 | 45 | 64 | 0 | 3E | 1C | 8F | 64 | 24 |
| Octal | 0 | 267 | 105 | 144 | 0 | 76 | 34 | 217 | 144 | 44 |
| Binary | 0 | 10110111 | 1000101 | 1100100 | 0 | 111110 | 11100 | 10001111 | 1100100 | 100100 |
Color Harmonies of #00B745
Complementary color
Monochromatic Colors of #00B745
Black with #00B745
Text Example
Text Example
White with #00B745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B745; }
p { color: rgb(0,183,69); }
H1.HeaderClassName
{
color: #00B745;
}
.AnyTagClassName
{
color: #00B745;
}
</style>
background-color css
<style>
a { background-color: #00B745; }
a { background-color: rgb(0,183,69); }
div.DivClassName
{
background-color: #00B745;
}
.BgClassName
{
background-color: #00B745;
}
</style>
border-color css
<style>
span { border-color: #00B745; }
span { border-color: rgb(0,183,69); }
td.TdClassName
{
border-color: #00B745;
}
.TagClassName
{
border-color: #00B745;
}
</style>