#28332C

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

Shades of Holly #28332C

Tints of Holly #28332C

Color information

#28332C (or 0x28332C) is unknown color: approx Holly. HEX triplet: 28, 33 and 2C. RGB value is (40,51,44). Sum of RGB (Red+Green+Blue) = 40+51+44=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 51 - color contains mainly: green. Hex color #28332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28332C is #D7CCD3. Grayscale: #2E2E2E. Windows color (decimal): -14142676 or 2896680. OLE color: 2896680.

HSL color Cylindrical-coordinate representation of color #28332C: hue angle of 141.82º 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 #28332C is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB405144-
CMYK0.2200.140.8
HSL141.82º12.09%17.84%-
HSV(B)141.82º21.57%20%-
XYZ2.5132.83-
YUV46.91126.36123.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.63%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=29.63%
G=37.78%
B=32.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4051440.2200.140.8141.8212.0917.84
Hex28332C160E508ec12
Octal506354260161202161422
Binary1010001100111011001011001110101000010001110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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