Shades of Forest Green #23822D
Tints of Forest Green #23822D
RGB
CMYK
RGB Variations
Color information
#23822D (or 0x23822D) is known color: Forest Green. HEX triplet: 23, 82 and 2D. RGB value is (35,130,45). Sum of RGB (Red+Green+Blue) = 35+130+45=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #23822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23822D is #DC7DD2. Grayscale: #5C5C5C. Windows color (decimal): -14450131 or 2982435. OLE color: 2982435.
HSL color Cylindrical-coordinate representation of color #23822D: hue angle of 126.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23822D is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 45 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.49 |
| HSL | 126.32º | 0.58% | 0.32% | - |
| HSV(B) | 126.32º | 0.73% | 0.51% | - |
| XYZ | 9.15 | 16.51 | 5.19 | - |
| YUV | 91.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 45 | 0.73 | 0 | 0.65 | 0.49 | 126.32 | 0.58 | 0.32 |
| Hex | 23 | 82 | 2D | 49 | 0 | 41 | 31 | 7E | 3A | 20 |
| Octal | 43 | 202 | 55 | 111 | 0 | 101 | 61 | 176 | 72 | 40 |
| Binary | 100011 | 10000010 | 101101 | 1001001 | 0 | 1000001 | 110001 | 1111110 | 111010 | 100000 |
Color Harmonies of #23822D
Complementary color
Monochromatic Colors of #23822D
Black with #23822D
Text Example
Text Example
White with #23822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23822D; }
p { color: rgb(35,130,45); }
H1.HeaderClassName
{
color: #23822D;
}
.AnyTagClassName
{
color: #23822D;
}
</style>
background-color css
<style>
a { background-color: #23822D; }
a { background-color: rgb(35,130,45); }
div.DivClassName
{
background-color: #23822D;
}
.BgClassName
{
background-color: #23822D;
}
</style>
border-color css
<style>
span { border-color: #23822D; }
span { border-color: rgb(35,130,45); }
td.TdClassName
{
border-color: #23822D;
}
.TagClassName
{
border-color: #23822D;
}
</style>