#244031

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

Shades of English Holly #244031

Tints of English Holly #244031

Color information

#244031 (or 0x244031) is unknown color: approx English Holly. HEX triplet: 24, 40 and 31. RGB value is (36,64,49). Sum of RGB (Red+Green+Blue) = 36+64+49=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #244031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244031 is #DBBFCE. Grayscale: #353535. Windows color (decimal): -14401487 or 3227684. OLE color: 3227684.

HSL color Cylindrical-coordinate representation of color #244031: hue angle of 147.86º 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 #244031 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB366449-
CMYK0.4400.230.75
HSL147.86º28%19.61%-
HSV(B)147.86º43.75%25.1%-
XYZ3.124.263.56-
YUV53.92125.22115.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=24.16%
G=42.95%
B=32.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3664490.4400.230.75147.862819.61
Hex2440312C0174B941c14
Octal4410061540271132243424
Binary10010010000001100011011000101111001011100101001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244031; }

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

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

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

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

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

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

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

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