#27462F

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

Shades of Timber Green #27462F

Tints of Timber Green #27462F

Color information

#27462F (or 0x27462F) is unknown color: approx Timber Green. HEX triplet: 27, 46 and 2F. RGB value is (39,70,47). Sum of RGB (Red+Green+Blue) = 39+70+47=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #27462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27462F is #D8B9D0. Grayscale: #3A3A3A. Windows color (decimal): -14203345 or 3098151. OLE color: 3098151.

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

Color convert

RGB397047-
CMYK0.4400.330.73
HSL135.48º28.44%21.37%-
HSV(B)135.48º44.29%27.45%-
XYZ3.545.023.47-
YUV58.11121.73114.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=25%
G=44.87%
B=30.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970470.4400.330.73135.4828.4421.37
Hex27462F2C02149871c15
Octal4710657540411112073425
Binary100111100011010111110110001000011001001100001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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