Shades of Dark Pastel Green #00B527
Tints of Dark Pastel Green #00B527
RGB
CMYK
RGB Variations
Color information
#00B527 (or 0x00B527) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 27. RGB value is (0,181,39). Sum of RGB (Red+Green+Blue) = 0+181+39=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 181 (71.09% from 255 or 82.27% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 181 - color contains mainly: green. Hex color #00B527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B527 is #FF4AD8. Grayscale: #6F6F6F. Windows color (decimal): -16730841 or 2602240. OLE color: 2602240.
HSL color Cylindrical-coordinate representation of color #00B527: hue angle of 132.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 #00B527 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 39 | - |
| CMYK | 1 | 0 | 0.78 | 0.29 |
| HSL | 132.93º | 1% | 0.35% | - |
| HSV(B) | 132.93º | 1% | 0.71% | - |
| XYZ | 16.89 | 33.19 | 7.44 | - |
| YUV | 110.69 | 87.53 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 39 | 1 | 0 | 0.78 | 0.29 | 132.93 | 1 | 0.35 |
| Hex | 0 | B5 | 27 | 64 | 0 | 4E | 1D | 85 | 64 | 23 |
| Octal | 0 | 265 | 47 | 144 | 0 | 116 | 35 | 205 | 144 | 43 |
| Binary | 0 | 10110101 | 100111 | 1100100 | 0 | 1001110 | 11101 | 10000101 | 1100100 | 100011 |
Color Harmonies of #00B527
Complementary color
Monochromatic Colors of #00B527
Black with #00B527
Text Example
Text Example
White with #00B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B527; }
p { color: rgb(0,181,39); }
H1.HeaderClassName
{
color: #00B527;
}
.AnyTagClassName
{
color: #00B527;
}
</style>
background-color css
<style>
a { background-color: #00B527; }
a { background-color: rgb(0,181,39); }
div.DivClassName
{
background-color: #00B527;
}
.BgClassName
{
background-color: #00B527;
}
</style>
border-color css
<style>
span { border-color: #00B527; }
span { border-color: rgb(0,181,39); }
td.TdClassName
{
border-color: #00B527;
}
.TagClassName
{
border-color: #00B527;
}
</style>