#28352C

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

Shades of Holly #28352C

Tints of Holly #28352C

Color information

#28352C (or 0x28352C) is unknown color: approx Holly. HEX triplet: 28, 35 and 2C. RGB value is (40,53,44). Sum of RGB (Red+Green+Blue) = 40+53+44=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #28352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352C is #D7CAD3. Grayscale: #303030. Windows color (decimal): -14142164 or 2897192. OLE color: 2897192.

HSL color Cylindrical-coordinate representation of color #28352C: hue angle of 138.46º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #28352C is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB405344-
CMYK0.2500.170.79
HSL138.46º13.98%18.24%-
HSV(B)138.46º24.53%20.78%-
XYZ2.63.182.86-
YUV48.09125.69122.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=29.20%
G=38.69%
B=32.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053440.2500.170.79138.4613.9818.24
Hex28352C190114F8ae12
Octal506554310211172121622
Binary10100011010110110011001010001100111110001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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