#28342C

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

Shades of Holly #28342C

Tints of Holly #28342C

Color information

#28342C (or 0x28342C) is unknown color: approx Holly. HEX triplet: 28, 34 and 2C. RGB value is (40,52,44). Sum of RGB (Red+Green+Blue) = 40+52+44=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #28342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342C is #D7CBD3. Grayscale: #2F2F2F. Windows color (decimal): -14142420 or 2896936. OLE color: 2896936.

HSL color Cylindrical-coordinate representation of color #28342C: hue angle of 140º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28342C is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB405244-
CMYK0.2300.150.80
HSL140º13.04%18.04%-
HSV(B)140º23.08%20.39%-
XYZ2.563.092.84-
YUV47.5126.02122.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.41%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=29.41%
G=38.24%
B=32.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052440.2300.150.8014013.0418.04
Hex28342C170F508cd12
Octal506454270171202141522
Binary1010001101001011001011101111101000010001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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