#28412F

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

Shades of Timber Green #28412F

Tints of Timber Green #28412F

Color information

#28412F (or 0x28412F) is unknown color: approx Timber Green. HEX triplet: 28, 41 and 2F. RGB value is (40,65,47). Sum of RGB (Red+Green+Blue) = 40+65+47=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #28412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28412F is #D7BED0. Grayscale: #373737. Windows color (decimal): -14139089 or 3096872. OLE color: 3096872.

HSL color Cylindrical-coordinate representation of color #28412F: hue angle of 136.8º 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 #28412F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB406547-
CMYK0.3800.280.75
HSL136.8º23.81%20.59%-
HSV(B)136.8º38.46%25.49%-
XYZ3.284.443.37-
YUV55.47123.22116.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=26.32%
G=42.76%
B=30.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065470.3800.280.75136.823.8120.59
Hex28412F2601C4B891815
Octal5010157460341132113025
Binary10100010000011011111001100111001001011100010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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