#27462E

Color #27462E Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #27462E

Tints of Timber Green #27462E

Color information

#27462E (or 0x27462E) is unknown color: approx Timber Green. HEX triplet: 27, 46 and 2E. RGB value is (39,70,46). Sum of RGB (Red+Green+Blue) = 39+70+46=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #27462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27462E is #D8B9D1. Grayscale: #3A3A3A. Windows color (decimal): -14203346 or 3032615. OLE color: 3032615.

HSL color Cylindrical-coordinate representation of color #27462E: hue angle of 133.55º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27462E is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB397046-
CMYK0.4400.340.73
HSL133.55º28.44%21.37%-
HSV(B)133.55º44.29%27.45%-
XYZ3.525.013.37-
YUV58121.23114.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=25.16%
G=45.16%
B=29.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970460.4400.340.73133.5528.4421.37
Hex27462E2C02249861c15
Octal4710656540421112063425
Binary100111100011010111010110001000101001001100001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27462E; }

 p { color: rgb(39,70,46); }

 H1.HeaderClassName
 {
   color: #27462E;
 }
 .AnyTagClassName
 {
   color: #27462E;
 }
</style>
background-color css

<style>
 a { background-color: #27462E; }

 a { background-color: rgb(39,70,46); }

 div.DivClassName
 {
   background-color: #27462E;
 }
 .BgClassName
 {
   background-color: #27462E;
 }
</style>
border-color css

<style>
 span { border-color: #27462E; }

 span { border-color: rgb(39,70,46); }

 td.TdClassName
 {
   border-color: #27462E;
 }
 .TagClassName
 {
   border-color: #27462E;
 }
</style>