#27402E

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

Shades of Timber Green #27402E

Tints of Timber Green #27402E

Color information

#27402E (or 0x27402E) is unknown color: approx Timber Green. HEX triplet: 27, 40 and 2E. RGB value is (39,64,46). Sum of RGB (Red+Green+Blue) = 39+64+46=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #27402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27402E is #D8BFD1. Grayscale: #363636. Windows color (decimal): -14204882 or 3031079. OLE color: 3031079.

HSL color Cylindrical-coordinate representation of color #27402E: hue angle of 136.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #27402E is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB396446-
CMYK0.3900.280.75
HSL136.8º24.27%20.2%-
HSV(B)136.8º39.06%25.1%-
XYZ3.164.33.25-
YUV54.47123.22116.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.17%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=26.17%
G=42.95%
B=30.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964460.3900.280.75136.824.2720.2
Hex27402E2701C4B891814
Octal4710056470341132113024
Binary10011110000001011101001110111001001011100010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27402E; }

 p { color: rgb(39,64,46); }

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

<style>
 a { background-color: #27402E; }

 a { background-color: rgb(39,64,46); }

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

<style>
 span { border-color: #27402E; }

 span { border-color: rgb(39,64,46); }

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