Shades of Dark Pastel Green #00B525
Tints of Dark Pastel Green #00B525
RGB
CMYK
RGB Variations
Color information
#00B525 (or 0x00B525) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 25. RGB value is (0,181,37). Sum of RGB (Red+Green+Blue) = 0+181+37=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 181 (71.09% from 255 or 83.03% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 181 - color contains mainly: green. Hex color #00B525 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B525 is #FF4ADA. Grayscale: #6E6E6E. Windows color (decimal): -16730843 or 2471168. OLE color: 2471168.
HSL color Cylindrical-coordinate representation of color #00B525: hue angle of 132.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B525 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 37 | - |
| CMYK | 1 | 0 | 0.80 | 0.29 |
| HSL | 132.27º | 1% | 0.35% | - |
| HSV(B) | 132.27º | 1% | 0.71% | - |
| XYZ | 16.86 | 33.18 | 7.27 | - |
| YUV | 110.47 | 86.53 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 37 | 1 | 0 | 0.80 | 0.29 | 132.27 | 1 | 0.35 |
| Hex | 0 | B5 | 25 | 64 | 0 | 50 | 1D | 84 | 64 | 23 |
| Octal | 0 | 265 | 45 | 144 | 0 | 120 | 35 | 204 | 144 | 43 |
| Binary | 0 | 10110101 | 100101 | 1100100 | 0 | 1010000 | 11101 | 10000100 | 1100100 | 100011 |
Color Harmonies of #00B525
Complementary color
Monochromatic Colors of #00B525
Black with #00B525
Text Example
Text Example
White with #00B525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B525; }
p { color: rgb(0,181,37); }
H1.HeaderClassName
{
color: #00B525;
}
.AnyTagClassName
{
color: #00B525;
}
</style>
background-color css
<style>
a { background-color: #00B525; }
a { background-color: rgb(0,181,37); }
div.DivClassName
{
background-color: #00B525;
}
.BgClassName
{
background-color: #00B525;
}
</style>
border-color css
<style>
span { border-color: #00B525; }
span { border-color: rgb(0,181,37); }
td.TdClassName
{
border-color: #00B525;
}
.TagClassName
{
border-color: #00B525;
}
</style>