#28342E

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

Shades of Holly #28342E

Tints of Holly #28342E

Color information

#28342E (or 0x28342E) is unknown color: approx Holly. HEX triplet: 28, 34 and 2E. RGB value is (40,52,46). Sum of RGB (Red+Green+Blue) = 40+52+46=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #28342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342E is #D7CBD1. Grayscale: #2F2F2F. Windows color (decimal): -14142418 or 3028008. OLE color: 3028008.

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

Color convert

RGB405246-
CMYK0.2300.120.80
HSL150º13.04%18.04%-
HSV(B)150º23.08%20.39%-
XYZ2.63.13.05-
YUV47.73127.02122.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.99%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=28.99%
G=37.68%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052460.2300.120.8015013.0418.04
Hex28342E170C5096d12
Octal506456270141202261522
Binary1010001101001011101011101100101000010010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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