#28332D

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

Shades of Holly #28332D

Tints of Holly #28332D

Color information

#28332D (or 0x28332D) is unknown color: approx Holly. HEX triplet: 28, 33 and 2D. RGB value is (40,51,45). Sum of RGB (Red+Green+Blue) = 40+51+45=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 51 - color contains mainly: green. Hex color #28332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28332D is #D7CCD2. Grayscale: #2F2F2F. Windows color (decimal): -14142675 or 2962216. OLE color: 2962216.

HSL color Cylindrical-coordinate representation of color #28332D: hue angle of 147.27º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #28332D is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB405145-
CMYK0.2200.120.8
HSL147.27º12.09%17.84%-
HSV(B)147.27º21.57%20%-
XYZ2.533.012.93-
YUV47.03126.86122.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=29.41%
G=37.5%
B=33.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4051450.2200.120.8147.2712.0917.84
Hex28332D160C5093c12
Octal506355260141202231422
Binary1010001100111011011011001100101000010010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28332D; }

 p { color: rgb(40,51,45); }

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

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

 a { background-color: rgb(40,51,45); }

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

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

 span { border-color: rgb(40,51,45); }

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