#2A322E

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

Shades of Holly #2A322E

Tints of Holly #2A322E

Color information

#2A322E (or 0x2A322E) is unknown color: approx Holly. HEX triplet: 2A, 32 and 2E. RGB value is (42,50,46). Sum of RGB (Red+Green+Blue) = 42+50+46=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 50 - color contains mainly: green. Hex color #2A322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A322E is #D5CDD1. Grayscale: #2F2F2F. Windows color (decimal): -14011858 or 3027498. OLE color: 3027498.

HSL color Cylindrical-coordinate representation of color #2A322E: hue angle of 150º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2A322E is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB425046-
CMYK0.1600.080.80
HSL150º8.7%18.04%-
HSV(B)150º16%19.61%-
XYZ2.592.973.02-
YUV47.15127.35124.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=30.43%
G=36.23%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4250460.1600.080.801508.718.04
Hex2A322E10085096912
Octal526256200101202261122
Binary1010101100101011101000001000101000010010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A322E; }

 p { color: rgb(42,50,46); }

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

<style>
 a { background-color: #2A322E; }

 a { background-color: rgb(42,50,46); }

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

<style>
 span { border-color: #2A322E; }

 span { border-color: rgb(42,50,46); }

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