#24402F

Color #24402F English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #24402F

Tints of English Holly #24402F

Color information

#24402F (or 0x24402F) is unknown color: approx English Holly. HEX triplet: 24, 40 and 2F. RGB value is (36,64,47). Sum of RGB (Red+Green+Blue) = 36+64+47=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #24402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24402F is #DBBFD0. Grayscale: #353535. Windows color (decimal): -14401489 or 3096612. OLE color: 3096612.

HSL color Cylindrical-coordinate representation of color #24402F: hue angle of 143.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #24402F is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB366447-
CMYK0.4400.270.75
HSL143.57º28%19.61%-
HSV(B)143.57º43.75%25.1%-
XYZ3.074.253.35-
YUV53.69124.22115.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=24.49%
G=43.54%
B=31.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3664470.4400.270.75143.572819.61
Hex24402F2C01B4B901c14
Octal4410057540331132203424
Binary10010010000001011111011000110111001011100100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,64,47); }

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

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

 a { background-color: rgb(36,64,47); }

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

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

 span { border-color: rgb(36,64,47); }

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