#27472A

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

Shades of Timber Green #27472A

Tints of Timber Green #27472A

Color information

#27472A (or 0x27472A) is unknown color: approx Timber Green. HEX triplet: 27, 47 and 2A. RGB value is (39,71,42). Sum of RGB (Red+Green+Blue) = 39+71+42=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #27472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27472A is #D8B8D5. Grayscale: #3A3A3A. Windows color (decimal): -14203094 or 2770727. OLE color: 2770727.

HSL color Cylindrical-coordinate representation of color #27472A: hue angle of 125.62º 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 #27472A is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB397142-
CMYK0.4500.410.72
HSL125.62º29.09%21.57%-
HSV(B)125.62º45.07%27.84%-
XYZ3.515.12.99-
YUV58.13118.9114.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=25.66%
G=46.71%
B=27.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971420.4500.410.72125.6229.0921.57
Hex27472A2D029487e1d16
Octal4710752550511101763526
Binary10011110001111010101011010101001100100011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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