Shades of Forest Green #349238
Tints of Forest Green #349238
RGB
CMYK
RGB Variations
Color information
#349238 (or 0x349238) is known color: Forest Green. HEX triplet: 34, 92 and 38. RGB value is (52,146,56). Sum of RGB (Red+Green+Blue) = 52+146+56=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #349238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349238 is #CB6DC7. Grayscale: #6B6B6B. Windows color (decimal): -13331912 or 3707444. OLE color: 3707444.
HSL color Cylindrical-coordinate representation of color #349238: hue angle of 122.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349238 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 146 | 56 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.43 |
| HSL | 122.55º | 0.47% | 0.39% | - |
| HSV(B) | 122.55º | 0.64% | 0.57% | - |
| XYZ | 12.41 | 21.57 | 7.25 | - |
| YUV | 107.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 56 | 0.64 | 0 | 0.62 | 0.43 | 122.55 | 0.47 | 0.39 |
| Hex | 34 | 92 | 38 | 40 | 0 | 3E | 2B | 7B | 2F | 27 |
| Octal | 64 | 222 | 70 | 100 | 0 | 76 | 53 | 173 | 57 | 47 |
| Binary | 110100 | 10010010 | 111000 | 1000000 | 0 | 111110 | 101011 | 1111011 | 101111 | 100111 |
Color Harmonies of #349238
Complementary color
Monochromatic Colors of #349238
Black with #349238
Text Example
Text Example
White with #349238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349238; }
p { color: rgb(52,146,56); }
H1.HeaderClassName
{
color: #349238;
}
.AnyTagClassName
{
color: #349238;
}
</style>
background-color css
<style>
a { background-color: #349238; }
a { background-color: rgb(52,146,56); }
div.DivClassName
{
background-color: #349238;
}
.BgClassName
{
background-color: #349238;
}
</style>
border-color css
<style>
span { border-color: #349238; }
span { border-color: rgb(52,146,56); }
td.TdClassName
{
border-color: #349238;
}
.TagClassName
{
border-color: #349238;
}
</style>