Shades of Dark Pastel Green #00BD48
Tints of Dark Pastel Green #00BD48
RGB
CMYK
RGB Variations
Color information
#00BD48 (or 0x00BD48) is known color: Dark Pastel Green. HEX triplet: 00, BD and 48. RGB value is (0,189,72). Sum of RGB (Red+Green+Blue) = 0+189+72=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD48 is #FF42B7. Grayscale: #777777. Windows color (decimal): -16728760 or 4766976. OLE color: 4766976.
HSL color Cylindrical-coordinate representation of color #00BD48: hue angle of 142.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD48 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 72 | - |
| CMYK | 1 | 0 | 0.62 | 0.26 |
| HSL | 142.86º | 1% | 0.37% | - |
| HSV(B) | 142.86º | 1% | 0.74% | - |
| XYZ | 19.37 | 36.86 | 12.23 | - |
| YUV | 119.15 | 101.38 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 72 | 1 | 0 | 0.62 | 0.26 | 142.86 | 1 | 0.37 |
| Hex | 0 | BD | 48 | 64 | 0 | 3E | 1A | 8F | 64 | 25 |
| Octal | 0 | 275 | 110 | 144 | 0 | 76 | 32 | 217 | 144 | 45 |
| Binary | 0 | 10111101 | 1001000 | 1100100 | 0 | 111110 | 11010 | 10001111 | 1100100 | 100101 |
Color Harmonies of #00BD48
Complementary color
Monochromatic Colors of #00BD48
Black with #00BD48
Text Example
Text Example
White with #00BD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD48; }
p { color: rgb(0,189,72); }
H1.HeaderClassName
{
color: #00BD48;
}
.AnyTagClassName
{
color: #00BD48;
}
</style>
background-color css
<style>
a { background-color: #00BD48; }
a { background-color: rgb(0,189,72); }
div.DivClassName
{
background-color: #00BD48;
}
.BgClassName
{
background-color: #00BD48;
}
</style>
border-color css
<style>
span { border-color: #00BD48; }
span { border-color: rgb(0,189,72); }
td.TdClassName
{
border-color: #00BD48;
}
.TagClassName
{
border-color: #00BD48;
}
</style>