#27462A

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

Shades of Timber Green #27462A

Tints of Timber Green #27462A

Color information

#27462A (or 0x27462A) is unknown color: approx Timber Green. HEX triplet: 27, 46 and 2A. RGB value is (39,70,42). Sum of RGB (Red+Green+Blue) = 39+70+42=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #27462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27462A is #D8B9D5. Grayscale: #393939. Windows color (decimal): -14203350 or 2770471. OLE color: 2770471.

HSL color Cylindrical-coordinate representation of color #27462A: hue angle of 125.81º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27462A is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB397042-
CMYK0.4400.400.73
HSL125.81º28.44%21.37%-
HSV(B)125.81º44.29%27.45%-
XYZ3.444.982.97-
YUV57.54119.23114.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=25.83%
G=46.36%
B=27.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970420.4400.400.73125.8128.4421.37
Hex27462A2C028497e1c15
Octal4710652540501111763425
Binary10011110001101010101011000101000100100111111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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