#24482D

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

Shades of Timber Green #24482D

Tints of Timber Green #24482D

Color information

#24482D (or 0x24482D) is unknown color: approx Timber Green. HEX triplet: 24, 48 and 2D. RGB value is (36,72,45). Sum of RGB (Red+Green+Blue) = 36+72+45=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #24482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482D is #DBB7D2. Grayscale: #3A3A3A. Windows color (decimal): -14399443 or 2967588. OLE color: 2967588.

HSL color Cylindrical-coordinate representation of color #24482D: hue angle of 135º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24482D is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB367245-
CMYK0.500.380.72
HSL135º33.33%21.18%-
HSV(B)135º50%28.24%-
XYZ3.525.23.3-
YUV58.16120.57112.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.53%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=23.53%
G=47.06%
B=29.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3672450.500.380.7213533.3321.18
Hex24482D3202648872115
Octal4411055620461102074125
Binary1001001001000101101110010010011010010001000011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24482D; }

 p { color: rgb(36,72,45); }

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

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

 a { background-color: rgb(36,72,45); }

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

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

 span { border-color: rgb(36,72,45); }

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