#28342D

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

Shades of Holly #28342D

Tints of Holly #28342D

Color information

#28342D (or 0x28342D) is unknown color: approx Holly. HEX triplet: 28, 34 and 2D. RGB value is (40,52,45). Sum of RGB (Red+Green+Blue) = 40+52+45=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 52 - color contains mainly: green. Hex color #28342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342D is #D7CBD2. Grayscale: #2F2F2F. Windows color (decimal): -14142419 or 2962472. OLE color: 2962472.

HSL color Cylindrical-coordinate representation of color #28342D: hue angle of 145º 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 #28342D is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB405245-
CMYK0.2300.130.80
HSL145º13.04%18.04%-
HSV(B)145º23.08%20.39%-
XYZ2.583.12.94-
YUV47.61126.52122.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=29.20%
G=37.96%
B=32.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052450.2300.130.8014513.0418.04
Hex28342D170D5091d12
Octal506455270151202211522
Binary1010001101001011011011101101101000010010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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