Shades of Timber Green #27432F
Tints of Timber Green #27432F
RGB
CMYK
RGB Variations
Color information
#27432F (or 0x27432F) is known color: Timber Green. HEX triplet: 27, 43 and 2F. RGB value is (39,67,47). Sum of RGB (Red+Green+Blue) = 39+67+47=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #27432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27432F is #D8BCD0. Grayscale: #383838. Windows color (decimal): -14204113 or 3097383. OLE color: 3097383.
HSL color Cylindrical-coordinate representation of color #27432F: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #27432F is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 67 | 47 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.74 |
| HSL | 137.14º | 0.26% | 0.21% | - |
| HSV(B) | 137.14º | 0.42% | 0.26% | - |
| XYZ | 3.36 | 4.65 | 3.41 | - |
| YUV | 56.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 47 | 0.42 | 0 | 0.30 | 0.74 | 137.14 | 0.26 | 0.21 |
| Hex | 27 | 43 | 2F | 2A | 0 | 1E | 4A | 89 | 1A | 15 |
| Octal | 47 | 103 | 57 | 52 | 0 | 36 | 112 | 211 | 32 | 25 |
| Binary | 100111 | 1000011 | 101111 | 101010 | 0 | 11110 | 1001010 | 10001001 | 11010 | 10101 |
Color Harmonies of #27432F
Complementary color
Monochromatic Colors of #27432F
Black with #27432F
Text Example
Text Example
White with #27432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27432F; }
p { color: rgb(39,67,47); }
H1.HeaderClassName
{
color: #27432F;
}
.AnyTagClassName
{
color: #27432F;
}
</style>
background-color css
<style>
a { background-color: #27432F; }
a { background-color: rgb(39,67,47); }
div.DivClassName
{
background-color: #27432F;
}
.BgClassName
{
background-color: #27432F;
}
</style>
border-color css
<style>
span { border-color: #27432F; }
span { border-color: rgb(39,67,47); }
td.TdClassName
{
border-color: #27432F;
}
.TagClassName
{
border-color: #27432F;
}
</style>