#284A2E

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

Shades of Timber Green #284A2E

Tints of Timber Green #284A2E

Color information

#284A2E (or 0x284A2E) is unknown color: approx Timber Green. HEX triplet: 28, 4A and 2E. RGB value is (40,74,46). Sum of RGB (Red+Green+Blue) = 40+74+46=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #284A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A2E is #D7B5D1. Grayscale: #3C3C3C. Windows color (decimal): -14136786 or 3033640. OLE color: 3033640.

HSL color Cylindrical-coordinate representation of color #284A2E: hue angle of 130.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A2E is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB407446-
CMYK0.4600.380.71
HSL130.59º29.82%22.35%-
HSV(B)130.59º45.95%29.02%-
XYZ3.825.553.45-
YUV60.64119.74113.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 74 (29.30% from 255) = 46.25%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=25%
G=46.25%
B=28.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074460.4600.380.71130.5929.8222.35
Hex284A2E2E02647831e16
Octal5011256560461072033626
Binary101000100101010111010111001001101000111100000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284A2E; }

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

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

<style>
 a { background-color: #284A2E; }

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

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

<style>
 span { border-color: #284A2E; }

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

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