#284A2F

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

Shades of Timber Green #284A2F

Tints of Timber Green #284A2F

Color information

#284A2F (or 0x284A2F) is unknown color: approx Timber Green. HEX triplet: 28, 4A and 2F. RGB value is (40,74,47). Sum of RGB (Red+Green+Blue) = 40+74+47=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #284A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A2F is #D7B5D0. Grayscale: #3C3C3C. Windows color (decimal): -14136785 or 3099176. OLE color: 3099176.

HSL color Cylindrical-coordinate representation of color #284A2F: hue angle of 132.35º 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 #284A2F is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB407447-
CMYK0.4600.360.71
HSL132.35º29.82%22.35%-
HSV(B)132.35º45.95%29.02%-
XYZ3.845.553.56-
YUV60.76120.24113.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=24.84%
G=45.96%
B=29.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074470.4600.360.71132.3529.8222.35
Hex284A2F2E02447841e16
Octal5011257560441072043626
Binary101000100101010111110111001001001000111100001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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