#28372E

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

Shades of Holly #28372E

Tints of Holly #28372E

Color information

#28372E (or 0x28372E) is unknown color: approx Holly. HEX triplet: 28, 37 and 2E. RGB value is (40,55,46). Sum of RGB (Red+Green+Blue) = 40+55+46=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #28372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372E is #D7C8D1. Grayscale: #313131. Windows color (decimal): -14141650 or 3028776. OLE color: 3028776.

HSL color Cylindrical-coordinate representation of color #28372E: hue angle of 144º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28372E is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB405546-
CMYK0.2700.160.78
HSL144º15.79%18.63%-
HSV(B)144º27.27%21.57%-
XYZ2.733.383.09-
YUV49.49126.03121.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.37%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=28.37%
G=39.01%
B=32.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4055460.2700.160.7814415.7918.63
Hex28372E1B0104E901013
Octal506756330201162202023
Binary101000110111101110110110100001001110100100001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28372E; }

 p { color: rgb(40,55,46); }

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

<style>
 a { background-color: #28372E; }

 a { background-color: rgb(40,55,46); }

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

<style>
 span { border-color: #28372E; }

 span { border-color: rgb(40,55,46); }

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