Shades of Forest Green #23971A
Tints of Forest Green #23971A
RGB
CMYK
RGB Variations
Color information
#23971A (or 0x23971A) is known color: Forest Green. HEX triplet: 23, 97 and 1A. RGB value is (35,151,26). Sum of RGB (Red+Green+Blue) = 35+151+26=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #23971A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23971A is #DC68E5. Grayscale: #666666. Windows color (decimal): -14444774 or 1742627. OLE color: 1742627.
HSL color Cylindrical-coordinate representation of color #23971A: hue angle of 115.68º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23971A is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 26 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.41 |
| HSL | 115.68º | 0.71% | 0.35% | - |
| HSV(B) | 115.68º | 0.83% | 0.59% | - |
| XYZ | 11.95 | 22.57 | 4.7 | - |
| YUV | 102.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 26 | 0.77 | 0 | 0.83 | 0.41 | 115.68 | 0.71 | 0.35 |
| Hex | 23 | 97 | 1A | 4D | 0 | 53 | 29 | 74 | 47 | 23 |
| Octal | 43 | 227 | 32 | 115 | 0 | 123 | 51 | 164 | 107 | 43 |
| Binary | 100011 | 10010111 | 11010 | 1001101 | 0 | 1010011 | 101001 | 1110100 | 1000111 | 100011 |
Color Harmonies of #23971A
Complementary color
Monochromatic Colors of #23971A
Black with #23971A
Text Example
Text Example
White with #23971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23971A; }
p { color: rgb(35,151,26); }
H1.HeaderClassName
{
color: #23971A;
}
.AnyTagClassName
{
color: #23971A;
}
</style>
background-color css
<style>
a { background-color: #23971A; }
a { background-color: rgb(35,151,26); }
div.DivClassName
{
background-color: #23971A;
}
.BgClassName
{
background-color: #23971A;
}
</style>
border-color css
<style>
span { border-color: #23971A; }
span { border-color: rgb(35,151,26); }
td.TdClassName
{
border-color: #23971A;
}
.TagClassName
{
border-color: #23971A;
}
</style>