Shades of Forest Green #23821D
Tints of Forest Green #23821D
RGB
CMYK
RGB Variations
Color information
#23821D (or 0x23821D) is known color: Forest Green. HEX triplet: 23, 82 and 1D. RGB value is (35,130,29). Sum of RGB (Red+Green+Blue) = 35+130+29=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #23821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23821D is #DC7DE2. Grayscale: #5A5A5A. Windows color (decimal): -14450147 or 1933859. OLE color: 1933859.
HSL color Cylindrical-coordinate representation of color #23821D: hue angle of 116.44º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23821D is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 29 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.49 |
| HSL | 116.44º | 0.64% | 0.31% | - |
| HSV(B) | 116.44º | 0.78% | 0.51% | - |
| XYZ | 8.9 | 16.41 | 3.86 | - |
| YUV | 90.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 29 | 0.73 | 0 | 0.78 | 0.49 | 116.44 | 0.64 | 0.31 |
| Hex | 23 | 82 | 1D | 49 | 0 | 4E | 31 | 74 | 40 | 1F |
| Octal | 43 | 202 | 35 | 111 | 0 | 116 | 61 | 164 | 100 | 37 |
| Binary | 100011 | 10000010 | 11101 | 1001001 | 0 | 1001110 | 110001 | 1110100 | 1000000 | 11111 |
Color Harmonies of #23821D
Complementary color
Monochromatic Colors of #23821D
Black with #23821D
Text Example
Text Example
White with #23821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23821D; }
p { color: rgb(35,130,29); }
H1.HeaderClassName
{
color: #23821D;
}
.AnyTagClassName
{
color: #23821D;
}
</style>
background-color css
<style>
a { background-color: #23821D; }
a { background-color: rgb(35,130,29); }
div.DivClassName
{
background-color: #23821D;
}
.BgClassName
{
background-color: #23821D;
}
</style>
border-color css
<style>
span { border-color: #23821D; }
span { border-color: rgb(35,130,29); }
td.TdClassName
{
border-color: #23821D;
}
.TagClassName
{
border-color: #23821D;
}
</style>