#24482C

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

Shades of Timber Green #24482C

Tints of Timber Green #24482C

Color information

#24482C (or 0x24482C) is unknown color: approx Timber Green. HEX triplet: 24, 48 and 2C. RGB value is (36,72,44). Sum of RGB (Red+Green+Blue) = 36+72+44=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #24482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482C is #DBB7D3. Grayscale: #3A3A3A. Windows color (decimal): -14399444 or 2902052. OLE color: 2902052.

HSL color Cylindrical-coordinate representation of color #24482C: hue angle of 133.33º 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 #24482C is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB367244-
CMYK0.500.390.72
HSL133.33º33.33%21.18%-
HSV(B)133.33º50%28.24%-
XYZ3.55.193.2-
YUV58.04120.07112.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=23.68%
G=47.37%
B=28.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3672440.500.390.72133.3333.3321.18
Hex24482C3202748852115
Octal4411054620471102054125
Binary1001001001000101100110010010011110010001000010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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