Shades of Forest Green #23940D
Tints of Forest Green #23940D
RGB
CMYK
RGB Variations
Color information
#23940D (or 0x23940D) is known color: Forest Green. HEX triplet: 23, 94 and 0D. RGB value is (35,148,13). Sum of RGB (Red+Green+Blue) = 35+148+13=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #23940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #23940D is #DC6BF2. Grayscale: #636363. Windows color (decimal): -14445555 or 889891. OLE color: 889891.
HSL color Cylindrical-coordinate representation of color #23940D: hue angle of 110.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23940D is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 13 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.42 |
| HSL | 110.22º | 0.84% | 0.32% | - |
| HSV(B) | 110.22º | 0.91% | 0.58% | - |
| XYZ | 11.36 | 21.57 | 3.94 | - |
| YUV | 98.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 13 | 0.76 | 0 | 0.91 | 0.42 | 110.22 | 0.84 | 0.32 |
| Hex | 23 | 94 | D | 4C | 0 | 5B | 2A | 6E | 54 | 20 |
| Octal | 43 | 224 | 15 | 114 | 0 | 133 | 52 | 156 | 124 | 40 |
| Binary | 100011 | 10010100 | 1101 | 1001100 | 0 | 1011011 | 101010 | 1101110 | 1010100 | 100000 |
Color Harmonies of #23940D
Complementary color
Monochromatic Colors of #23940D
Black with #23940D
Text Example
Text Example
White with #23940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23940D; }
p { color: rgb(35,148,13); }
H1.HeaderClassName
{
color: #23940D;
}
.AnyTagClassName
{
color: #23940D;
}
</style>
background-color css
<style>
a { background-color: #23940D; }
a { background-color: rgb(35,148,13); }
div.DivClassName
{
background-color: #23940D;
}
.BgClassName
{
background-color: #23940D;
}
</style>
border-color css
<style>
span { border-color: #23940D; }
span { border-color: rgb(35,148,13); }
td.TdClassName
{
border-color: #23940D;
}
.TagClassName
{
border-color: #23940D;
}
</style>