#27482E

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

Shades of Timber Green #27482E

Tints of Timber Green #27482E

Color information

#27482E (or 0x27482E) is unknown color: approx Timber Green. HEX triplet: 27, 48 and 2E. RGB value is (39,72,46). Sum of RGB (Red+Green+Blue) = 39+72+46=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #27482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27482E is #D8B7D1. Grayscale: #3B3B3B. Windows color (decimal): -14202834 or 3033127. OLE color: 3033127.

HSL color Cylindrical-coordinate representation of color #27482E: hue angle of 132.73º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27482E is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB397246-
CMYK0.4600.360.72
HSL132.73º29.73%21.76%-
HSV(B)132.73º45.83%28.24%-
XYZ3.655.263.41-
YUV59.17120.57113.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=24.84%
G=45.86%
B=29.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972460.4600.360.72132.7329.7321.76
Hex27482E2E02448851e16
Octal4711056560441102053626
Binary100111100100010111010111001001001001000100001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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