#27472C

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

Shades of Timber Green #27472C

Tints of Timber Green #27472C

Color information

#27472C (or 0x27472C) is unknown color: approx Timber Green. HEX triplet: 27, 47 and 2C. RGB value is (39,71,44). Sum of RGB (Red+Green+Blue) = 39+71+44=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #27472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27472C is #D8B8D3. Grayscale: #3A3A3A. Windows color (decimal): -14203092 or 2901799. OLE color: 2901799.

HSL color Cylindrical-coordinate representation of color #27472C: hue angle of 129.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #27472C is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB397144-
CMYK0.4500.380.72
HSL129.38º29.09%21.57%-
HSV(B)129.38º45.07%27.84%-
XYZ3.545.123.18-
YUV58.35119.9114.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=25.32%
G=46.10%
B=28.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971440.4500.380.72129.3829.0921.57
Hex27472C2D02648811d16
Octal4710754550461102013526
Binary100111100011110110010110101001101001000100000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27472C; }

 p { color: rgb(39,71,44); }

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

<style>
 a { background-color: #27472C; }

 a { background-color: rgb(39,71,44); }

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

<style>
 span { border-color: #27472C; }

 span { border-color: rgb(39,71,44); }

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