#27492B

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

Shades of Timber Green #27492B

Tints of Timber Green #27492B

Color information

#27492B (or 0x27492B) is unknown color: approx Timber Green. HEX triplet: 27, 49 and 2B. RGB value is (39,73,43). Sum of RGB (Red+Green+Blue) = 39+73+43=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #27492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27492B is #D8B6D4. Grayscale: #3B3B3B. Windows color (decimal): -14202581 or 2836775. OLE color: 2836775.

HSL color Cylindrical-coordinate representation of color #27492B: hue angle of 127.06º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27492B is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB397343-
CMYK0.4700.410.71
HSL127.06º30.36%21.96%-
HSV(B)127.06º46.58%28.63%-
XYZ3.665.373.13-
YUV59.41118.74113.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=25.16%
G=47.10%
B=27.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3973430.4700.410.71127.0630.3621.96
Hex27492B2F029477f1e16
Octal4711153570511071773626
Binary10011110010011010111011110101001100011111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27492B; }

 p { color: rgb(39,73,43); }

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

<style>
 a { background-color: #27492B; }

 a { background-color: rgb(39,73,43); }

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

<style>
 span { border-color: #27492B; }

 span { border-color: rgb(39,73,43); }

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