#244030

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

Shades of English Holly #244030

Tints of English Holly #244030

Color information

#244030 (or 0x244030) is unknown color: approx English Holly. HEX triplet: 24, 40 and 30. RGB value is (36,64,48). Sum of RGB (Red+Green+Blue) = 36+64+48=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #244030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244030 is #DBBFCF. Grayscale: #353535. Windows color (decimal): -14401488 or 3162148. OLE color: 3162148.

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

Color convert

RGB366448-
CMYK0.4400.250.75
HSL145.71º28%19.61%-
HSV(B)145.71º43.75%25.1%-
XYZ3.094.263.45-
YUV53.8124.72115.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.32%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=24.32%
G=43.24%
B=32.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3664480.4400.250.75145.712819.61
Hex2440302C0194B921c14
Octal4410060540311132223424
Binary10010010000001100001011000110011001011100100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244030; }

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

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

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

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

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

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

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

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