Shades of Forest Green #23AF1E
Tints of Forest Green #23AF1E
RGB
CMYK
RGB Variations
Color information
#23AF1E (or 0x23AF1E) is known color: Forest Green. HEX triplet: 23, AF and 1E. RGB value is (35,175,30). Sum of RGB (Red+Green+Blue) = 35+175+30=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 175 (68.75% from 255 or 72.92% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AF1E is #DC50E1. Grayscale: #757575. Windows color (decimal): -14438626 or 2010915. OLE color: 2010915.
HSL color Cylindrical-coordinate representation of color #23AF1E: hue angle of 117.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23AF1E is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 30 | - |
| CMYK | 0.8 | 0 | 0.83 | 0.31 |
| HSL | 117.93º | 0.71% | 0.4% | - |
| HSV(B) | 117.93º | 0.83% | 0.69% | - |
| XYZ | 16.26 | 31.11 | 6.38 | - |
| YUV | 116.61 | 79.12 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 30 | 0.8 | 0 | 0.83 | 0.31 | 117.93 | 0.71 | 0.4 |
| Hex | 23 | AF | 1E | 50 | 0 | 53 | 1F | 76 | 47 | 28 |
| Octal | 43 | 257 | 36 | 120 | 0 | 123 | 37 | 166 | 107 | 50 |
| Binary | 100011 | 10101111 | 11110 | 1010000 | 0 | 1010011 | 11111 | 1110110 | 1000111 | 101000 |
Color Harmonies of #23AF1E
Complementary color
Monochromatic Colors of #23AF1E
Black with #23AF1E
Text Example
Text Example
White with #23AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF1E; }
p { color: rgb(35,175,30); }
H1.HeaderClassName
{
color: #23AF1E;
}
.AnyTagClassName
{
color: #23AF1E;
}
</style>
background-color css
<style>
a { background-color: #23AF1E; }
a { background-color: rgb(35,175,30); }
div.DivClassName
{
background-color: #23AF1E;
}
.BgClassName
{
background-color: #23AF1E;
}
</style>
border-color css
<style>
span { border-color: #23AF1E; }
span { border-color: rgb(35,175,30); }
td.TdClassName
{
border-color: #23AF1E;
}
.TagClassName
{
border-color: #23AF1E;
}
</style>