#28422F

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

Shades of Timber Green #28422F

Tints of Timber Green #28422F

Color information

#28422F (or 0x28422F) is unknown color: approx Timber Green. HEX triplet: 28, 42 and 2F. RGB value is (40,66,47). Sum of RGB (Red+Green+Blue) = 40+66+47=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #28422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422F is #D7BDD0. Grayscale: #383838. Windows color (decimal): -14138833 or 3097128. OLE color: 3097128.

HSL color Cylindrical-coordinate representation of color #28422F: hue angle of 136.15º 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 #28422F is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB406647-
CMYK0.3900.290.74
HSL136.15º24.53%20.78%-
HSV(B)136.15º39.39%25.88%-
XYZ3.344.553.39-
YUV56.06122.89116.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=26.14%
G=43.14%
B=30.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4066470.3900.290.74136.1524.5320.78
Hex28422F2701D4A881915
Octal5010257470351122103125
Binary10100010000101011111001110111011001010100010001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28422F; }

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

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

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

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

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

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

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

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