#28352D

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

Shades of Holly #28352D

Tints of Holly #28352D

Color information

#28352D (or 0x28352D) is unknown color: approx Holly. HEX triplet: 28, 35 and 2D. RGB value is (40,53,45). Sum of RGB (Red+Green+Blue) = 40+53+45=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #28352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28352D is #D7CAD2. Grayscale: #303030. Windows color (decimal): -14142163 or 2962728. OLE color: 2962728.

HSL color Cylindrical-coordinate representation of color #28352D: hue angle of 143.08º 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 #28352D is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB405345-
CMYK0.2500.150.79
HSL143.08º13.98%18.24%-
HSV(B)143.08º24.53%20.78%-
XYZ2.623.192.96-
YUV48.2126.19122.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.99%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=28.99%
G=38.41%
B=32.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053450.2500.150.79143.0813.9818.24
Hex28352D190F4F8fe12
Octal506555310171172171622
Binary1010001101011011011100101111100111110001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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