#27442B

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

Shades of Timber Green #27442B

Tints of Timber Green #27442B

Color information

#27442B (or 0x27442B) is unknown color: approx Timber Green. HEX triplet: 27, 44 and 2B. RGB value is (39,68,43). Sum of RGB (Red+Green+Blue) = 39+68+43=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #27442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27442B is #D8BBD4. Grayscale: #383838. Windows color (decimal): -14203861 or 2835495. OLE color: 2835495.

HSL color Cylindrical-coordinate representation of color #27442B: hue angle of 128.28º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #27442B is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB396843-
CMYK0.4300.370.73
HSL128.28º27.1%20.98%-
HSV(B)128.28º42.65%26.67%-
XYZ3.344.743.02-
YUV56.48120.39115.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=26%
G=45.33%
B=28.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968430.4300.370.73128.2827.120.98
Hex27442B2B02549801b15
Octal4710453530451112003325
Binary100111100010010101110101101001011001001100000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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