Shades of Timber Green #27452A
Tints of Timber Green #27452A
RGB
CMYK
RGB Variations
Color information
#27452A (or 0x27452A) is known color: Timber Green. HEX triplet: 27, 45 and 2A. RGB value is (39,69,42). Sum of RGB (Red+Green+Blue) = 39+69+42=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #27452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27452A is #D8BAD5. Grayscale: #393939. Windows color (decimal): -14203606 or 2770215. OLE color: 2770215.
HSL color Cylindrical-coordinate representation of color #27452A: hue angle of 126º 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 #27452A is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 69 | 42 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.73 |
| HSL | 126º | 0.28% | 0.21% | - |
| HSV(B) | 126º | 0.43% | 0.27% | - |
| XYZ | 3.38 | 4.85 | 2.95 | - |
| YUV | 56.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 42 | 0.43 | 0 | 0.39 | 0.73 | 126 | 0.28 | 0.21 |
| Hex | 27 | 45 | 2A | 2B | 0 | 27 | 49 | 7E | 1C | 15 |
| Octal | 47 | 105 | 52 | 53 | 0 | 47 | 111 | 176 | 34 | 25 |
| Binary | 100111 | 1000101 | 101010 | 101011 | 0 | 100111 | 1001001 | 1111110 | 11100 | 10101 |
Color Harmonies of #27452A
Complementary color
Monochromatic Colors of #27452A
Black with #27452A
Text Example
Text Example
White with #27452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27452A; }
p { color: rgb(39,69,42); }
H1.HeaderClassName
{
color: #27452A;
}
.AnyTagClassName
{
color: #27452A;
}
</style>
background-color css
<style>
a { background-color: #27452A; }
a { background-color: rgb(39,69,42); }
div.DivClassName
{
background-color: #27452A;
}
.BgClassName
{
background-color: #27452A;
}
</style>
border-color css
<style>
span { border-color: #27452A; }
span { border-color: rgb(39,69,42); }
td.TdClassName
{
border-color: #27452A;
}
.TagClassName
{
border-color: #27452A;
}
</style>