Html Css Color HEX #24482A Timber Green

📋 copy color: '#24482A'

red 36 ◦ green 72 ◦ blue 42

#24482A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #24482A

Tints of Timber Green #24482A

RGB

 RED value IS 36 (14.45% from 255) = 24%

 GREEN value IS 72 (28.52% from 255) = 48%

 BLUE value IS 42 (16.8% from 255) = 28%

R = 24%
G = 48%
B = 28%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#24482A (or 0x24482A) is known color: Timber Green. HEX triplet: 24, 48 and 2A. RGB value is (36,72,42). Sum of RGB (Red+Green+Blue) = 36+72+42=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #24482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24482A is #DBB7D5. Grayscale: #393939. Windows color (decimal): -14399446 or 2770980. OLE color: 2770980.

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

Color convert

RGB 36 72 42 -
CMYK 0.5 0 0.42 0.72
HSL 130º 0.33% 0.21% -
HSV(B) 130º 0.5% 0.28% -
XYZ 3.46 5.18 3.01 -
YUV 57.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 36 72 42 0.5 0 0.42 0.72 130 0.33 0.21
Hex 24 48 2A 32 0 2A 48 82 21 15
Octal 44 110 52 62 0 52 110 202 41 25
Binary 100100 1001000 101010 110010 0 101010 1001000 10000010 100001 10101

Color Harmonies of #24482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24482A

Black with #24482A

Text Example


Text Example

White with #24482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24482A;
 }
 .AnyTagClassName
 {
   color: #24482A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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