Shades of Forest Green #1C9C1B
Tints of Forest Green #1C9C1B
RGB
CMYK
RGB Variations
Color information
#1C9C1B (or 0x1C9C1B) is known color: Forest Green. HEX triplet: 1C, 9C and 1B. RGB value is (28,156,27). Sum of RGB (Red+Green+Blue) = 28+156+27=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 156 (61.33% from 255 or 73.93% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 156 - color contains mainly: green. Hex color #1C9C1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9C1B is #E363E4. Grayscale: #676767. Windows color (decimal): -14902245 or 1809436. OLE color: 1809436.
HSL color Cylindrical-coordinate representation of color #1C9C1B: hue angle of 119.53º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C9C1B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 156 | 27 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.39 |
| HSL | 119.53º | 0.7% | 0.36% | - |
| HSV(B) | 119.53º | 0.83% | 0.61% | - |
| XYZ | 12.57 | 24.1 | 5.03 | - |
| YUV | 103.02 | 85.09 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 27 | 0.82 | 0 | 0.83 | 0.39 | 119.53 | 0.7 | 0.36 |
| Hex | 1C | 9C | 1B | 52 | 0 | 53 | 27 | 78 | 46 | 24 |
| Octal | 34 | 234 | 33 | 122 | 0 | 123 | 47 | 170 | 106 | 44 |
| Binary | 11100 | 10011100 | 11011 | 1010010 | 0 | 1010011 | 100111 | 1111000 | 1000110 | 100100 |
Color Harmonies of #1C9C1B
Complementary color
Monochromatic Colors of #1C9C1B
Black with #1C9C1B
Text Example
Text Example
White with #1C9C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9C1B; }
p { color: rgb(28,156,27); }
H1.HeaderClassName
{
color: #1C9C1B;
}
.AnyTagClassName
{
color: #1C9C1B;
}
</style>
background-color css
<style>
a { background-color: #1C9C1B; }
a { background-color: rgb(28,156,27); }
div.DivClassName
{
background-color: #1C9C1B;
}
.BgClassName
{
background-color: #1C9C1B;
}
</style>
border-color css
<style>
span { border-color: #1C9C1B; }
span { border-color: rgb(28,156,27); }
td.TdClassName
{
border-color: #1C9C1B;
}
.TagClassName
{
border-color: #1C9C1B;
}
</style>