#27442C

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

Shades of Timber Green #27442C

Tints of Timber Green #27442C

Color information

#27442C (or 0x27442C) is unknown color: approx Timber Green. HEX triplet: 27, 44 and 2C. RGB value is (39,68,44). Sum of RGB (Red+Green+Blue) = 39+68+44=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #27442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27442C is #D8BBD3. Grayscale: #383838. Windows color (decimal): -14203860 or 2901031. OLE color: 2901031.

HSL color Cylindrical-coordinate representation of color #27442C: hue angle of 130.34º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #27442C is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB396844-
CMYK0.4300.350.73
HSL130.34º27.1%20.98%-
HSV(B)130.34º42.65%26.67%-
XYZ3.364.753.12-
YUV56.59120.89115.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=25.83%
G=45.03%
B=29.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968440.4300.350.73130.3427.120.98
Hex27442C2B02349821b15
Octal4710454530431112023325
Binary100111100010010110010101101000111001001100000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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