#27462D

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

Shades of Timber Green #27462D

Tints of Timber Green #27462D

Color information

#27462D (or 0x27462D) is unknown color: approx Timber Green. HEX triplet: 27, 46 and 2D. RGB value is (39,70,45). Sum of RGB (Red+Green+Blue) = 39+70+45=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #27462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27462D is #D8B9D2. Grayscale: #393939. Windows color (decimal): -14203347 or 2967079. OLE color: 2967079.

HSL color Cylindrical-coordinate representation of color #27462D: hue angle of 131.61º 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 #27462D is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB397045-
CMYK0.4400.360.73
HSL131.61º28.44%21.37%-
HSV(B)131.61º44.29%27.45%-
XYZ3.553.26-
YUV57.88120.73114.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 70 (27.73% from 255) = 45.45%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=25.32%
G=45.45%
B=29.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970450.4400.360.73131.6128.4421.37
Hex27462D2C02449841c15
Octal4710655540441112043425
Binary100111100011010110110110001001001001001100001001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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