Shades of Dark Pastel Green #00BD3F
Tints of Dark Pastel Green #00BD3F
RGB
CMYK
RGB Variations
Color information
#00BD3F (or 0x00BD3F) is known color: Dark Pastel Green. HEX triplet: 00, BD and 3F. RGB value is (0,189,63). Sum of RGB (Red+Green+Blue) = 0+189+63=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 189 (74.22% from 255 or 75% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD3F is #FF42C0. Grayscale: #767676. Windows color (decimal): -16728769 or 4177152. OLE color: 4177152.
HSL color Cylindrical-coordinate representation of color #00BD3F: hue angle of 140º 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 #00BD3F is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 63 | - |
| CMYK | 1 | 0 | 0.67 | 0.26 |
| HSL | 140º | 1% | 0.37% | - |
| HSV(B) | 140º | 1% | 0.74% | - |
| XYZ | 19.09 | 36.75 | 10.79 | - |
| YUV | 118.13 | 96.88 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 63 | 1 | 0 | 0.67 | 0.26 | 140 | 1 | 0.37 |
| Hex | 0 | BD | 3F | 64 | 0 | 43 | 1A | 8C | 64 | 25 |
| Octal | 0 | 275 | 77 | 144 | 0 | 103 | 32 | 214 | 144 | 45 |
| Binary | 0 | 10111101 | 111111 | 1100100 | 0 | 1000011 | 11010 | 10001100 | 1100100 | 100101 |
Color Harmonies of #00BD3F
Complementary color
Monochromatic Colors of #00BD3F
Black with #00BD3F
Text Example
Text Example
White with #00BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD3F; }
p { color: rgb(0,189,63); }
H1.HeaderClassName
{
color: #00BD3F;
}
.AnyTagClassName
{
color: #00BD3F;
}
</style>
background-color css
<style>
a { background-color: #00BD3F; }
a { background-color: rgb(0,189,63); }
div.DivClassName
{
background-color: #00BD3F;
}
.BgClassName
{
background-color: #00BD3F;
}
</style>
border-color css
<style>
span { border-color: #00BD3F; }
span { border-color: rgb(0,189,63); }
td.TdClassName
{
border-color: #00BD3F;
}
.TagClassName
{
border-color: #00BD3F;
}
</style>