Shades of Dark Pastel Green #00B534
Tints of Dark Pastel Green #00B534
RGB
CMYK
RGB Variations
Color information
#00B534 (or 0x00B534) is known color: Dark Pastel Green. HEX triplet: 00, B5 and 34. RGB value is (0,181,52). Sum of RGB (Red+Green+Blue) = 0+181+52=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #00B534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B534 is #FF4ACB. Grayscale: #707070. Windows color (decimal): -16730828 or 3454208. OLE color: 3454208.
HSL color Cylindrical-coordinate representation of color #00B534: hue angle of 137.24º 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 #00B534 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 52 | - |
| CMYK | 1 | 0 | 0.71 | 0.29 |
| HSL | 137.24º | 1% | 0.35% | - |
| HSV(B) | 137.24º | 1% | 0.71% | - |
| XYZ | 17.14 | 33.3 | 8.77 | - |
| YUV | 112.18 | 94.03 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 52 | 1 | 0 | 0.71 | 0.29 | 137.24 | 1 | 0.35 |
| Hex | 0 | B5 | 34 | 64 | 0 | 47 | 1D | 89 | 64 | 23 |
| Octal | 0 | 265 | 64 | 144 | 0 | 107 | 35 | 211 | 144 | 43 |
| Binary | 0 | 10110101 | 110100 | 1100100 | 0 | 1000111 | 11101 | 10001001 | 1100100 | 100011 |
Color Harmonies of #00B534
Complementary color
Monochromatic Colors of #00B534
Black with #00B534
Text Example
Text Example
White with #00B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B534; }
p { color: rgb(0,181,52); }
H1.HeaderClassName
{
color: #00B534;
}
.AnyTagClassName
{
color: #00B534;
}
</style>
background-color css
<style>
a { background-color: #00B534; }
a { background-color: rgb(0,181,52); }
div.DivClassName
{
background-color: #00B534;
}
.BgClassName
{
background-color: #00B534;
}
</style>
border-color css
<style>
span { border-color: #00B534; }
span { border-color: rgb(0,181,52); }
td.TdClassName
{
border-color: #00B534;
}
.TagClassName
{
border-color: #00B534;
}
</style>