Shades of Forest Green #23963C
Tints of Forest Green #23963C
RGB
CMYK
RGB Variations
Color information
#23963C (or 0x23963C) is known color: Forest Green. HEX triplet: 23, 96 and 3C. RGB value is (35,150,60). Sum of RGB (Red+Green+Blue) = 35+150+60=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #23963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23963C is #DC69C3. Grayscale: #696969. Windows color (decimal): -14444996 or 3970595. OLE color: 3970595.
HSL color Cylindrical-coordinate representation of color #23963C: hue angle of 133.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23963C is Cyan = 0.77, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 150 | 60 | - |
| CMYK | 0.77 | 0 | 0.6 | 0.41 |
| HSL | 133.04º | 0.62% | 0.36% | - |
| HSV(B) | 133.04º | 0.77% | 0.59% | - |
| XYZ | 12.42 | 22.5 | 7.96 | - |
| YUV | 105.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 150 | 60 | 0.77 | 0 | 0.6 | 0.41 | 133.04 | 0.62 | 0.36 |
| Hex | 23 | 96 | 3C | 4D | 0 | 3C | 29 | 85 | 3E | 24 |
| Octal | 43 | 226 | 74 | 115 | 0 | 74 | 51 | 205 | 76 | 44 |
| Binary | 100011 | 10010110 | 111100 | 1001101 | 0 | 111100 | 101001 | 10000101 | 111110 | 100100 |
Color Harmonies of #23963C
Complementary color
Monochromatic Colors of #23963C
Black with #23963C
Text Example
Text Example
White with #23963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23963C; }
p { color: rgb(35,150,60); }
H1.HeaderClassName
{
color: #23963C;
}
.AnyTagClassName
{
color: #23963C;
}
</style>
background-color css
<style>
a { background-color: #23963C; }
a { background-color: rgb(35,150,60); }
div.DivClassName
{
background-color: #23963C;
}
.BgClassName
{
background-color: #23963C;
}
</style>
border-color css
<style>
span { border-color: #23963C; }
span { border-color: rgb(35,150,60); }
td.TdClassName
{
border-color: #23963C;
}
.TagClassName
{
border-color: #23963C;
}
</style>