#27482D

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

Shades of Timber Green #27482D

Tints of Timber Green #27482D

Color information

#27482D (or 0x27482D) is unknown color: approx Timber Green. HEX triplet: 27, 48 and 2D. RGB value is (39,72,45). Sum of RGB (Red+Green+Blue) = 39+72+45=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #27482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27482D is #D8B7D2. Grayscale: #3B3B3B. Windows color (decimal): -14202835 or 2967591. OLE color: 2967591.

HSL color Cylindrical-coordinate representation of color #27482D: hue angle of 130.91º 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 #27482D is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB397245-
CMYK0.4600.380.72
HSL130.91º29.73%21.76%-
HSV(B)130.91º45.83%28.24%-
XYZ3.635.263.31-
YUV59.06120.07113.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=25%
G=46.15%
B=28.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972450.4600.380.72130.9129.7321.76
Hex27482D2E02648831e16
Octal4711055560461102033626
Binary100111100100010110110111001001101001000100000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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