#28322C

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

Shades of Holly #28322C

Tints of Holly #28322C

Color information

#28322C (or 0x28322C) is unknown color: approx Holly. HEX triplet: 28, 32 and 2C. RGB value is (40,50,44). Sum of RGB (Red+Green+Blue) = 40+50+44=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #28322C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28322C is #D7CDD3. Grayscale: #2E2E2E. Windows color (decimal): -14142932 or 2896424. OLE color: 2896424.

HSL color Cylindrical-coordinate representation of color #28322C: hue angle of 144º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #28322C is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB405044-
CMYK0.2000.120.80
HSL144º11.11%17.65%-
HSV(B)144º20%19.61%-
XYZ2.472.912.82-
YUV46.33126.69123.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.85%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=29.85%
G=37.31%
B=32.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050440.2000.120.8014411.1117.65
Hex28322C140C5090b12
Octal506254240141202201322
Binary1010001100101011001010001100101000010010000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,50,44); }

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

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

 a { background-color: rgb(40,50,44); }

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

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

 span { border-color: rgb(40,50,44); }

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