Shades of Timber Green #27452C
Tints of Timber Green #27452C
RGB
CMYK
RGB Variations
Color information
#27452C (or 0x27452C) is known color: Timber Green. HEX triplet: 27, 45 and 2C. RGB value is (39,69,44). Sum of RGB (Red+Green+Blue) = 39+69+44=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #27452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27452C is #D8BAD3. Grayscale: #393939. Windows color (decimal): -14203604 or 2901287. OLE color: 2901287.
HSL color Cylindrical-coordinate representation of color #27452C: hue angle of 130º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #27452C is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 69 | 44 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.73 |
| HSL | 130º | 0.28% | 0.21% | - |
| HSV(B) | 130º | 0.43% | 0.27% | - |
| XYZ | 3.42 | 4.87 | 3.14 | - |
| YUV | 57.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 44 | 0.43 | 0 | 0.36 | 0.73 | 130 | 0.28 | 0.21 |
| Hex | 27 | 45 | 2C | 2B | 0 | 24 | 49 | 82 | 1C | 15 |
| Octal | 47 | 105 | 54 | 53 | 0 | 44 | 111 | 202 | 34 | 25 |
| Binary | 100111 | 1000101 | 101100 | 101011 | 0 | 100100 | 1001001 | 10000010 | 11100 | 10101 |
Color Harmonies of #27452C
Complementary color
Monochromatic Colors of #27452C
Black with #27452C
Text Example
Text Example
White with #27452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27452C; }
p { color: rgb(39,69,44); }
H1.HeaderClassName
{
color: #27452C;
}
.AnyTagClassName
{
color: #27452C;
}
</style>
background-color css
<style>
a { background-color: #27452C; }
a { background-color: rgb(39,69,44); }
div.DivClassName
{
background-color: #27452C;
}
.BgClassName
{
background-color: #27452C;
}
</style>
border-color css
<style>
span { border-color: #27452C; }
span { border-color: rgb(39,69,44); }
td.TdClassName
{
border-color: #27452C;
}
.TagClassName
{
border-color: #27452C;
}
</style>