Shades of Forest Green #01892A
Tints of Forest Green #01892A
RGB
CMYK
RGB Variations
Color information
#01892A (or 0x01892A) is known color: Forest Green. HEX triplet: 01, 89 and 2A. RGB value is (1,137,42). Sum of RGB (Red+Green+Blue) = 1+137+42=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 137 (53.91% from 255 or 76.11% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 137 - color contains mainly: green. Hex color #01892A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01892A is #FE76D5. Grayscale: #555555. Windows color (decimal): -16676566 or 2787585. OLE color: 2787585.
HSL color Cylindrical-coordinate representation of color #01892A: hue angle of 138.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01892A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 42 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.46 |
| HSL | 138.09º | 0.99% | 0.27% | - |
| HSV(B) | 138.09º | 0.99% | 0.54% | - |
| XYZ | 9.38 | 18.06 | 5.18 | - |
| YUV | 85.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 42 | 0.99 | 0 | 0.69 | 0.46 | 138.09 | 0.99 | 0.27 |
| Hex | 1 | 89 | 2A | 63 | 0 | 45 | 2E | 8A | 63 | 1B |
| Octal | 1 | 211 | 52 | 143 | 0 | 105 | 56 | 212 | 143 | 33 |
| Binary | 1 | 10001001 | 101010 | 1100011 | 0 | 1000101 | 101110 | 10001010 | 1100011 | 11011 |
Color Harmonies of #01892A
Complementary color
Monochromatic Colors of #01892A
Black with #01892A
Text Example
Text Example
White with #01892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01892A; }
p { color: rgb(1,137,42); }
H1.HeaderClassName
{
color: #01892A;
}
.AnyTagClassName
{
color: #01892A;
}
</style>
background-color css
<style>
a { background-color: #01892A; }
a { background-color: rgb(1,137,42); }
div.DivClassName
{
background-color: #01892A;
}
.BgClassName
{
background-color: #01892A;
}
</style>
border-color css
<style>
span { border-color: #01892A; }
span { border-color: rgb(1,137,42); }
td.TdClassName
{
border-color: #01892A;
}
.TagClassName
{
border-color: #01892A;
}
</style>