Shades of Forest Green #23AF1C
Tints of Forest Green #23AF1C
RGB
CMYK
RGB Variations
Color information
#23AF1C (or 0x23AF1C) is known color: Forest Green. HEX triplet: 23, AF and 1C. RGB value is (35,175,28). Sum of RGB (Red+Green+Blue) = 35+175+28=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 175 (68.75% from 255 or 73.53% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AF1C is #DC50E3. Grayscale: #747474. Windows color (decimal): -14438628 or 1879843. OLE color: 1879843.
HSL color Cylindrical-coordinate representation of color #23AF1C: hue angle of 117.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23AF1C is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 28 | - |
| CMYK | 0.8 | 0 | 0.84 | 0.31 |
| HSL | 117.14º | 0.72% | 0.4% | - |
| HSV(B) | 117.14º | 0.84% | 0.69% | - |
| XYZ | 16.23 | 31.1 | 6.25 | - |
| YUV | 116.38 | 78.12 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 28 | 0.8 | 0 | 0.84 | 0.31 | 117.14 | 0.72 | 0.4 |
| Hex | 23 | AF | 1C | 50 | 0 | 54 | 1F | 75 | 48 | 28 |
| Octal | 43 | 257 | 34 | 120 | 0 | 124 | 37 | 165 | 110 | 50 |
| Binary | 100011 | 10101111 | 11100 | 1010000 | 0 | 1010100 | 11111 | 1110101 | 1001000 | 101000 |
Color Harmonies of #23AF1C
Complementary color
Monochromatic Colors of #23AF1C
Black with #23AF1C
Text Example
Text Example
White with #23AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF1C; }
p { color: rgb(35,175,28); }
H1.HeaderClassName
{
color: #23AF1C;
}
.AnyTagClassName
{
color: #23AF1C;
}
</style>
background-color css
<style>
a { background-color: #23AF1C; }
a { background-color: rgb(35,175,28); }
div.DivClassName
{
background-color: #23AF1C;
}
.BgClassName
{
background-color: #23AF1C;
}
</style>
border-color css
<style>
span { border-color: #23AF1C; }
span { border-color: rgb(35,175,28); }
td.TdClassName
{
border-color: #23AF1C;
}
.TagClassName
{
border-color: #23AF1C;
}
</style>