#27422F

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

Shades of Timber Green #27422F

Tints of Timber Green #27422F

Color information

#27422F (or 0x27422F) is unknown color: approx Timber Green. HEX triplet: 27, 42 and 2F. RGB value is (39,66,47). Sum of RGB (Red+Green+Blue) = 39+66+47=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #27422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27422F is #D8BDD0. Grayscale: #373737. Windows color (decimal): -14204369 or 3097127. OLE color: 3097127.

HSL color Cylindrical-coordinate representation of color #27422F: hue angle of 137.78º 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 #27422F is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB396647-
CMYK0.4100.290.74
HSL137.78º25.71%20.59%-
HSV(B)137.78º40.91%25.88%-
XYZ3.34.533.39-
YUV55.76123.05116.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=25.66%
G=43.42%
B=30.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966470.4100.290.74137.7825.7120.59
Hex27422F2901D4A8a1a15
Octal4710257510351122123225
Binary10011110000101011111010010111011001010100010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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