Shades of Forest Green #238A1D
Tints of Forest Green #238A1D
RGB
CMYK
RGB Variations
Color information
#238A1D (or 0x238A1D) is known color: Forest Green. HEX triplet: 23, 8A and 1D. RGB value is (35,138,29). Sum of RGB (Red+Green+Blue) = 35+138+29=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #238A1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238A1D is #DC75E2. Grayscale: #5F5F5F. Windows color (decimal): -14448099 or 1935907. OLE color: 1935907.
HSL color Cylindrical-coordinate representation of color #238A1D: hue angle of 116.7º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #238A1D is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 138 | 29 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.46 |
| HSL | 116.7º | 0.65% | 0.33% | - |
| HSV(B) | 116.7º | 0.79% | 0.54% | - |
| XYZ | 10 | 18.62 | 4.23 | - |
| YUV | 94.78 | 90.88 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 29 | 0.75 | 0 | 0.79 | 0.46 | 116.7 | 0.65 | 0.33 |
| Hex | 23 | 8A | 1D | 4B | 0 | 4F | 2E | 75 | 41 | 21 |
| Octal | 43 | 212 | 35 | 113 | 0 | 117 | 56 | 165 | 101 | 41 |
| Binary | 100011 | 10001010 | 11101 | 1001011 | 0 | 1001111 | 101110 | 1110101 | 1000001 | 100001 |
Color Harmonies of #238A1D
Complementary color
Monochromatic Colors of #238A1D
Black with #238A1D
Text Example
Text Example
White with #238A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A1D; }
p { color: rgb(35,138,29); }
H1.HeaderClassName
{
color: #238A1D;
}
.AnyTagClassName
{
color: #238A1D;
}
</style>
background-color css
<style>
a { background-color: #238A1D; }
a { background-color: rgb(35,138,29); }
div.DivClassName
{
background-color: #238A1D;
}
.BgClassName
{
background-color: #238A1D;
}
</style>
border-color css
<style>
span { border-color: #238A1D; }
span { border-color: rgb(35,138,29); }
td.TdClassName
{
border-color: #238A1D;
}
.TagClassName
{
border-color: #238A1D;
}
</style>