Shades of Dark Spring Green #008533
Tints of Dark Spring Green #008533
RGB
CMYK
RGB Variations
Color information
#008533 (or 0x008533) is known color: Dark Spring Green. HEX triplet: 00, 85 and 33. RGB value is (0,133,51). Sum of RGB (Red+Green+Blue) = 0+133+51=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #008533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008533 is #FF7ACC. Grayscale: #545454. Windows color (decimal): -16743117 or 3376384. OLE color: 3376384.
HSL color Cylindrical-coordinate representation of color #008533: hue angle of 143.01º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008533 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 51 | - |
| CMYK | 1 | 0 | 0.62 | 0.48 |
| HSL | 143.01º | 1% | 0.26% | - |
| HSV(B) | 143.01º | 1% | 0.52% | - |
| XYZ | 8.99 | 17.01 | 5.94 | - |
| YUV | 83.89 | 109.44 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 51 | 1 | 0 | 0.62 | 0.48 | 143.01 | 1 | 0.26 |
| Hex | 0 | 85 | 33 | 64 | 0 | 3E | 30 | 8F | 64 | 1A |
| Octal | 0 | 205 | 63 | 144 | 0 | 76 | 60 | 217 | 144 | 32 |
| Binary | 0 | 10000101 | 110011 | 1100100 | 0 | 111110 | 110000 | 10001111 | 1100100 | 11010 |
Color Harmonies of #008533
Complementary color
Monochromatic Colors of #008533
Black with #008533
Text Example
Text Example
White with #008533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008533; }
p { color: rgb(0,133,51); }
H1.HeaderClassName
{
color: #008533;
}
.AnyTagClassName
{
color: #008533;
}
</style>
background-color css
<style>
a { background-color: #008533; }
a { background-color: rgb(0,133,51); }
div.DivClassName
{
background-color: #008533;
}
.BgClassName
{
background-color: #008533;
}
</style>
border-color css
<style>
span { border-color: #008533; }
span { border-color: rgb(0,133,51); }
td.TdClassName
{
border-color: #008533;
}
.TagClassName
{
border-color: #008533;
}
</style>