Shades of Dark Pastel Green #00B524
Tints of Dark Pastel Green #00B524
RGB
CMYK
RGB Variations
Color information
#00B524 (or 0x00B524) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 24. RGB value is (0,181,36). Sum of RGB (Red+Green+Blue) = 0+181+36=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 181 (71.09% from 255 or 83.41% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 181 - color contains mainly: green. Hex color #00B524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B524 is #FF4ADB. Grayscale: #6E6E6E. Windows color (decimal): -16730844 or 2405632. OLE color: 2405632.
HSL color Cylindrical-coordinate representation of color #00B524: hue angle of 131.93º 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 #00B524 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 36 | - |
| CMYK | 1 | 0 | 0.80 | 0.29 |
| HSL | 131.93º | 1% | 0.35% | - |
| HSV(B) | 131.93º | 1% | 0.71% | - |
| XYZ | 16.84 | 33.18 | 7.18 | - |
| YUV | 110.35 | 86.03 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 36 | 1 | 0 | 0.80 | 0.29 | 131.93 | 1 | 0.35 |
| Hex | 0 | B5 | 24 | 64 | 0 | 50 | 1D | 84 | 64 | 23 |
| Octal | 0 | 265 | 44 | 144 | 0 | 120 | 35 | 204 | 144 | 43 |
| Binary | 0 | 10110101 | 100100 | 1100100 | 0 | 1010000 | 11101 | 10000100 | 1100100 | 100011 |
Color Harmonies of #00B524
Complementary color
Monochromatic Colors of #00B524
Black with #00B524
Text Example
Text Example
White with #00B524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B524; }
p { color: rgb(0,181,36); }
H1.HeaderClassName
{
color: #00B524;
}
.AnyTagClassName
{
color: #00B524;
}
</style>
background-color css
<style>
a { background-color: #00B524; }
a { background-color: rgb(0,181,36); }
div.DivClassName
{
background-color: #00B524;
}
.BgClassName
{
background-color: #00B524;
}
</style>
border-color css
<style>
span { border-color: #00B524; }
span { border-color: rgb(0,181,36); }
td.TdClassName
{
border-color: #00B524;
}
.TagClassName
{
border-color: #00B524;
}
</style>