#27422D

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

Shades of Timber Green #27422D

Tints of Timber Green #27422D

Color information

#27422D (or 0x27422D) is unknown color: approx Timber Green. HEX triplet: 27, 42 and 2D. RGB value is (39,66,45). Sum of RGB (Red+Green+Blue) = 39+66+45=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #27422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422D is #D8BDD2. Grayscale: #373737. Windows color (decimal): -14204371 or 2966055. OLE color: 2966055.

HSL color Cylindrical-coordinate representation of color #27422D: hue angle of 133.33º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27422D is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB396645-
CMYK0.4100.320.74
HSL133.33º25.71%20.59%-
HSV(B)133.33º40.91%25.88%-
XYZ3.264.523.18-
YUV55.53122.05116.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 45 (17.97% from 255) = 30%
R=26%
G=44%
B=30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966450.4100.320.74133.3325.7120.59
Hex27422D290204A851a15
Octal4710255510401122053225
Binary100111100001010110110100101000001001010100001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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