Shades of Forest Green #1CAE2A
Tints of Forest Green #1CAE2A
RGB
CMYK
RGB Variations
Color information
#1CAE2A (or 0x1CAE2A) is known color: Forest Green. HEX triplet: 1C, AE and 2A. RGB value is (28,174,42). Sum of RGB (Red+Green+Blue) = 28+174+42=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 174 (68.36% from 255 or 71.31% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAE2A is #E351D5. Grayscale: #737373. Windows color (decimal): -14897622 or 2797084. OLE color: 2797084.
HSL color Cylindrical-coordinate representation of color #1CAE2A: hue angle of 125.75º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE2A is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 174 | 42 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.32 |
| HSL | 125.75º | 0.72% | 0.4% | - |
| HSV(B) | 125.75º | 0.84% | 0.68% | - |
| XYZ | 16.03 | 30.69 | 7.27 | - |
| YUV | 115.3 | 86.63 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 174 | 42 | 0.84 | 0 | 0.76 | 0.32 | 125.75 | 0.72 | 0.4 |
| Hex | 1C | AE | 2A | 54 | 0 | 4C | 20 | 7E | 48 | 28 |
| Octal | 34 | 256 | 52 | 124 | 0 | 114 | 40 | 176 | 110 | 50 |
| Binary | 11100 | 10101110 | 101010 | 1010100 | 0 | 1001100 | 100000 | 1111110 | 1001000 | 101000 |
Color Harmonies of #1CAE2A
Complementary color
Monochromatic Colors of #1CAE2A
Black with #1CAE2A
Text Example
Text Example
White with #1CAE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAE2A; }
p { color: rgb(28,174,42); }
H1.HeaderClassName
{
color: #1CAE2A;
}
.AnyTagClassName
{
color: #1CAE2A;
}
</style>
background-color css
<style>
a { background-color: #1CAE2A; }
a { background-color: rgb(28,174,42); }
div.DivClassName
{
background-color: #1CAE2A;
}
.BgClassName
{
background-color: #1CAE2A;
}
</style>
border-color css
<style>
span { border-color: #1CAE2A; }
span { border-color: rgb(28,174,42); }
td.TdClassName
{
border-color: #1CAE2A;
}
.TagClassName
{
border-color: #1CAE2A;
}
</style>