#28412E

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

Shades of Timber Green #28412E

Tints of Timber Green #28412E

Color information

#28412E (or 0x28412E) is unknown color: approx Timber Green. HEX triplet: 28, 41 and 2E. RGB value is (40,65,46). Sum of RGB (Red+Green+Blue) = 40+65+46=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #28412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28412E is #D7BED1. Grayscale: #373737. Windows color (decimal): -14139090 or 3031336. OLE color: 3031336.

HSL color Cylindrical-coordinate representation of color #28412E: hue angle of 134.4º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28412E is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB406546-
CMYK0.3800.290.75
HSL134.4º23.81%20.59%-
HSV(B)134.4º38.46%25.49%-
XYZ3.264.433.27-
YUV55.36122.72117.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.49%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=26.49%
G=43.05%
B=30.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065460.3800.290.75134.423.8120.59
Hex28412E2601D4B861815
Octal5010156460351132063025
Binary10100010000011011101001100111011001011100001101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,65,46); }

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

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

 a { background-color: rgb(40,65,46); }

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

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

 span { border-color: rgb(40,65,46); }

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