Shades of Dark Spring Green #02852D
Tints of Dark Spring Green #02852D
RGB
CMYK
RGB Variations
Color information
#02852D (or 0x02852D) is known color: Dark Spring Green. HEX triplet: 02, 85 and 2D. RGB value is (2,133,45). Sum of RGB (Red+Green+Blue) = 2+133+45=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #02852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02852D is #FD7AD2. Grayscale: #545454. Windows color (decimal): -16612051 or 2983170. OLE color: 2983170.
HSL color Cylindrical-coordinate representation of color #02852D: hue angle of 139.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02852D is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 133 | 45 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.48 |
| HSL | 139.69º | 0.97% | 0.26% | - |
| HSV(B) | 139.69º | 0.98% | 0.52% | - |
| XYZ | 8.89 | 16.98 | 5.29 | - |
| YUV | 83.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 45 | 0.98 | 0 | 0.66 | 0.48 | 139.69 | 0.97 | 0.26 |
| Hex | 2 | 85 | 2D | 62 | 0 | 42 | 30 | 8C | 61 | 1A |
| Octal | 2 | 205 | 55 | 142 | 0 | 102 | 60 | 214 | 141 | 32 |
| Binary | 10 | 10000101 | 101101 | 1100010 | 0 | 1000010 | 110000 | 10001100 | 1100001 | 11010 |
Color Harmonies of #02852D
Complementary color
Monochromatic Colors of #02852D
Black with #02852D
Text Example
Text Example
White with #02852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02852D; }
p { color: rgb(2,133,45); }
H1.HeaderClassName
{
color: #02852D;
}
.AnyTagClassName
{
color: #02852D;
}
</style>
background-color css
<style>
a { background-color: #02852D; }
a { background-color: rgb(2,133,45); }
div.DivClassName
{
background-color: #02852D;
}
.BgClassName
{
background-color: #02852D;
}
</style>
border-color css
<style>
span { border-color: #02852D; }
span { border-color: rgb(2,133,45); }
td.TdClassName
{
border-color: #02852D;
}
.TagClassName
{
border-color: #02852D;
}
</style>