Shades of Forest Green #369F34
Tints of Forest Green #369F34
RGB
CMYK
RGB Variations
Color information
#369F34 (or 0x369F34) is known color: Forest Green. HEX triplet: 36, 9F and 34. RGB value is (54,159,52). Sum of RGB (Red+Green+Blue) = 54+159+52=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #369F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369F34 is #C960CB. Grayscale: #737373. Windows color (decimal): -13197516 or 3448630. OLE color: 3448630.
HSL color Cylindrical-coordinate representation of color #369F34: hue angle of 118.88º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #369F34 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 52 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.38 |
| HSL | 118.88º | 0.51% | 0.41% | - |
| HSV(B) | 118.88º | 0.67% | 0.62% | - |
| XYZ | 14.54 | 25.83 | 7.47 | - |
| YUV | 115.41 | 92.21 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 52 | 0.66 | 0 | 0.67 | 0.38 | 118.88 | 0.51 | 0.41 |
| Hex | 36 | 9F | 34 | 42 | 0 | 43 | 26 | 77 | 33 | 29 |
| Octal | 66 | 237 | 64 | 102 | 0 | 103 | 46 | 167 | 63 | 51 |
| Binary | 110110 | 10011111 | 110100 | 1000010 | 0 | 1000011 | 100110 | 1110111 | 110011 | 101001 |
Color Harmonies of #369F34
Complementary color
Monochromatic Colors of #369F34
Black with #369F34
Text Example
Text Example
White with #369F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F34; }
p { color: rgb(54,159,52); }
H1.HeaderClassName
{
color: #369F34;
}
.AnyTagClassName
{
color: #369F34;
}
</style>
background-color css
<style>
a { background-color: #369F34; }
a { background-color: rgb(54,159,52); }
div.DivClassName
{
background-color: #369F34;
}
.BgClassName
{
background-color: #369F34;
}
</style>
border-color css
<style>
span { border-color: #369F34; }
span { border-color: rgb(54,159,52); }
td.TdClassName
{
border-color: #369F34;
}
.TagClassName
{
border-color: #369F34;
}
</style>