Shades of Forest Green #05852B
Tints of Forest Green #05852B
RGB
CMYK
RGB Variations
Color information
#05852B (or 0x05852B) is known color: Forest Green. HEX triplet: 05, 85 and 2B. RGB value is (5,133,43). Sum of RGB (Red+Green+Blue) = 5+133+43=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #05852B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05852B is #FA7AD4. Grayscale: #545454. Windows color (decimal): -16415445 or 2852101. OLE color: 2852101.
HSL color Cylindrical-coordinate representation of color #05852B: hue angle of 137.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05852B is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 43 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.48 |
| HSL | 137.81º | 0.93% | 0.27% | - |
| HSV(B) | 137.81º | 0.96% | 0.52% | - |
| XYZ | 8.89 | 16.98 | 5.09 | - |
| YUV | 84.47 | 104.59 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 43 | 0.96 | 0 | 0.68 | 0.48 | 137.81 | 0.93 | 0.27 |
| Hex | 5 | 85 | 2B | 60 | 0 | 44 | 30 | 8A | 5D | 1B |
| Octal | 5 | 205 | 53 | 140 | 0 | 104 | 60 | 212 | 135 | 33 |
| Binary | 101 | 10000101 | 101011 | 1100000 | 0 | 1000100 | 110000 | 10001010 | 1011101 | 11011 |
Color Harmonies of #05852B
Complementary color
Monochromatic Colors of #05852B
Black with #05852B
Text Example
Text Example
White with #05852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05852B; }
p { color: rgb(5,133,43); }
H1.HeaderClassName
{
color: #05852B;
}
.AnyTagClassName
{
color: #05852B;
}
</style>
background-color css
<style>
a { background-color: #05852B; }
a { background-color: rgb(5,133,43); }
div.DivClassName
{
background-color: #05852B;
}
.BgClassName
{
background-color: #05852B;
}
</style>
border-color css
<style>
span { border-color: #05852B; }
span { border-color: rgb(5,133,43); }
td.TdClassName
{
border-color: #05852B;
}
.TagClassName
{
border-color: #05852B;
}
</style>