#284230

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

Shades of Timber Green #284230

Tints of Timber Green #284230

Color information

#284230 (or 0x284230) is unknown color: approx Timber Green. HEX triplet: 28, 42 and 30. RGB value is (40,66,48). Sum of RGB (Red+Green+Blue) = 40+66+48=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #284230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284230 is #D7BDCF. Grayscale: #383838. Windows color (decimal): -14138832 or 3162664. OLE color: 3162664.

HSL color Cylindrical-coordinate representation of color #284230: hue angle of 138.46º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #284230 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB406648-
CMYK0.3900.270.74
HSL138.46º24.53%20.78%-
HSV(B)138.46º39.39%25.88%-
XYZ3.364.563.5-
YUV56.17123.39116.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 66 (26.17% from 255) = 42.86%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=25.97%
G=42.86%
B=31.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066480.3900.270.74138.4624.5320.78
Hex2842302701B4A8a1915
Octal5010260470331122123125
Binary10100010000101100001001110110111001010100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284230; }

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

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

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

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

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

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

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

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