#284530

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

Shades of Timber Green #284530

Tints of Timber Green #284530

Color information

#284530 (or 0x284530) is unknown color: approx Timber Green. HEX triplet: 28, 45 and 30. RGB value is (40,69,48). Sum of RGB (Red+Green+Blue) = 40+69+48=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #284530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284530 is #D7BACF. Grayscale: #393939. Windows color (decimal): -14138064 or 3163432. OLE color: 3163432.

HSL color Cylindrical-coordinate representation of color #284530: hue angle of 136.55º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #284530 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB406948-
CMYK0.4200.300.73
HSL136.55º26.61%21.37%-
HSV(B)136.55º42.03%27.06%-
XYZ3.544.923.56-
YUV57.94122.39115.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=25.48%
G=43.95%
B=30.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069480.4200.300.73136.5526.6121.37
Hex2845302A01E49891b15
Octal5010560520361112113325
Binary10100010001011100001010100111101001001100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284530; }

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

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

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

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

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

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

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

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