#28402E

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

Shades of Timber Green #28402E

Tints of Timber Green #28402E

Color information

#28402E (or 0x28402E) is unknown color: approx Timber Green. HEX triplet: 28, 40 and 2E. RGB value is (40,64,46). Sum of RGB (Red+Green+Blue) = 40+64+46=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #28402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28402E is #D7BFD1. Grayscale: #363636. Windows color (decimal): -14139346 or 3031080. OLE color: 3031080.

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

Color convert

RGB406446-
CMYK0.3800.280.75
HSL135º23.08%20.39%-
HSV(B)135º37.5%25.1%-
XYZ3.24.323.25-
YUV54.77123.05117.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.67%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=26.67%
G=42.67%
B=30.67%

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
Decimal4064460.3800.280.7513523.0820.39
Hex28402E2601C4B871714
Octal5010056460341132072724
Binary10100010000001011101001100111001001011100001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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