#27442F

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

Shades of Timber Green #27442F

Tints of Timber Green #27442F

Color information

#27442F (or 0x27442F) is unknown color: approx Timber Green. HEX triplet: 27, 44 and 2F. RGB value is (39,68,47). Sum of RGB (Red+Green+Blue) = 39+68+47=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #27442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27442F is #D8BBD0. Grayscale: #383838. Windows color (decimal): -14203857 or 3097639. OLE color: 3097639.

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

Color convert

RGB396847-
CMYK0.4300.310.73
HSL136.55º27.1%20.98%-
HSV(B)136.55º42.65%26.67%-
XYZ3.424.773.43-
YUV56.94122.39115.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=25.32%
G=44.16%
B=30.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968470.4300.310.73136.5527.120.98
Hex27442F2B01F49891b15
Octal4710457530371112113325
Binary10011110001001011111010110111111001001100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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