#284A30

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

Shades of Timber Green #284A30

Tints of Timber Green #284A30

Color information

#284A30 (or 0x284A30) is unknown color: approx Timber Green. HEX triplet: 28, 4A and 30. RGB value is (40,74,48). Sum of RGB (Red+Green+Blue) = 40+74+48=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #284A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A30 is #D7B5CF. Grayscale: #3C3C3C. Windows color (decimal): -14136784 or 3164712. OLE color: 3164712.

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

Color convert

RGB407448-
CMYK0.4600.350.71
HSL134.12º29.82%22.35%-
HSV(B)134.12º45.95%29.02%-
XYZ3.865.563.67-
YUV60.87120.74113.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 74 (29.30% from 255) = 45.68%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=24.69%
G=45.68%
B=29.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074480.4600.350.71134.1229.8222.35
Hex284A302E02347861e16
Octal5011260560431072063626
Binary101000100101011000010111001000111000111100001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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