Shades of Forest Green #1A852D
Tints of Forest Green #1A852D
RGB
CMYK
RGB Variations
Color information
#1A852D (or 0x1A852D) is known color: Forest Green. HEX triplet: 1A, 85 and 2D. RGB value is (26,133,45). Sum of RGB (Red+Green+Blue) = 26+133+45=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #1A852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A852D is #E57AD2. Grayscale: #5B5B5B. Windows color (decimal): -15039187 or 2983194. OLE color: 2983194.
HSL color Cylindrical-coordinate representation of color #1A852D: hue angle of 130.65º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A852D is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 45 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.48 |
| HSL | 130.65º | 0.67% | 0.31% | - |
| HSV(B) | 130.65º | 0.8% | 0.52% | - |
| XYZ | 9.29 | 17.18 | 5.31 | - |
| YUV | 90.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 45 | 0.80 | 0 | 0.66 | 0.48 | 130.65 | 0.67 | 0.31 |
| Hex | 1A | 85 | 2D | 50 | 0 | 42 | 30 | 83 | 43 | 1F |
| Octal | 32 | 205 | 55 | 120 | 0 | 102 | 60 | 203 | 103 | 37 |
| Binary | 11010 | 10000101 | 101101 | 1010000 | 0 | 1000010 | 110000 | 10000011 | 1000011 | 11111 |
Color Harmonies of #1A852D
Complementary color
Monochromatic Colors of #1A852D
Black with #1A852D
Text Example
Text Example
White with #1A852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A852D; }
p { color: rgb(26,133,45); }
H1.HeaderClassName
{
color: #1A852D;
}
.AnyTagClassName
{
color: #1A852D;
}
</style>
background-color css
<style>
a { background-color: #1A852D; }
a { background-color: rgb(26,133,45); }
div.DivClassName
{
background-color: #1A852D;
}
.BgClassName
{
background-color: #1A852D;
}
</style>
border-color css
<style>
span { border-color: #1A852D; }
span { border-color: rgb(26,133,45); }
td.TdClassName
{
border-color: #1A852D;
}
.TagClassName
{
border-color: #1A852D;
}
</style>