Shades of Forest Green #1A8530
Tints of Forest Green #1A8530
RGB
CMYK
RGB Variations
Color information
#1A8530 (or 0x1A8530) is known color: Forest Green. HEX triplet: 1A, 85 and 30. RGB value is (26,133,48). Sum of RGB (Red+Green+Blue) = 26+133+48=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #1A8530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8530 is #E57ACF. Grayscale: #5B5B5B. Windows color (decimal): -15039184 or 3179802. OLE color: 3179802.
HSL color Cylindrical-coordinate representation of color #1A8530: hue angle of 132.34º 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 #1A8530 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 48 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.48 |
| HSL | 132.34º | 0.67% | 0.31% | - |
| HSV(B) | 132.34º | 0.8% | 0.52% | - |
| XYZ | 9.35 | 17.21 | 5.63 | - |
| YUV | 91.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 48 | 0.80 | 0 | 0.64 | 0.48 | 132.34 | 0.67 | 0.31 |
| Hex | 1A | 85 | 30 | 50 | 0 | 40 | 30 | 84 | 43 | 1F |
| Octal | 32 | 205 | 60 | 120 | 0 | 100 | 60 | 204 | 103 | 37 |
| Binary | 11010 | 10000101 | 110000 | 1010000 | 0 | 1000000 | 110000 | 10000100 | 1000011 | 11111 |
Color Harmonies of #1A8530
Complementary color
Monochromatic Colors of #1A8530
Black with #1A8530
Text Example
Text Example
White with #1A8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8530; }
p { color: rgb(26,133,48); }
H1.HeaderClassName
{
color: #1A8530;
}
.AnyTagClassName
{
color: #1A8530;
}
</style>
background-color css
<style>
a { background-color: #1A8530; }
a { background-color: rgb(26,133,48); }
div.DivClassName
{
background-color: #1A8530;
}
.BgClassName
{
background-color: #1A8530;
}
</style>
border-color css
<style>
span { border-color: #1A8530; }
span { border-color: rgb(26,133,48); }
td.TdClassName
{
border-color: #1A8530;
}
.TagClassName
{
border-color: #1A8530;
}
</style>