#28372F

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

Shades of Holly #28372F

Tints of Holly #28372F

Color information

#28372F (or 0x28372F) is unknown color: approx Holly. HEX triplet: 28, 37 and 2F. RGB value is (40,55,47). Sum of RGB (Red+Green+Blue) = 40+55+47=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 55 - color contains mainly: green. Hex color #28372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372F is #D7C8D0. Grayscale: #313131. Windows color (decimal): -14141649 or 3094312. OLE color: 3094312.

HSL color Cylindrical-coordinate representation of color #28372F: hue angle of 148º 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 #28372F is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB405547-
CMYK0.2700.150.78
HSL148º15.79%18.63%-
HSV(B)148º27.27%21.57%-
XYZ2.753.393.2-
YUV49.6126.53121.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.17%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=28.17%
G=38.73%
B=33.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4055470.2700.150.7814815.7918.63
Hex28372F1B0F4E941013
Octal506757330171162242023
Binary10100011011110111111011011111001110100101001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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