#2A312D

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

Shades of Holly #2A312D

Tints of Holly #2A312D

Color information

#2A312D (or 0x2A312D) is unknown color: approx Holly. HEX triplet: 2A, 31 and 2D. RGB value is (42,49,45). Sum of RGB (Red+Green+Blue) = 42+49+45=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #2A312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A312D is #D5CED2. Grayscale: #2E2E2E. Windows color (decimal): -14012115 or 2961706. OLE color: 2961706.

HSL color Cylindrical-coordinate representation of color #2A312D: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2A312D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB424945-
CMYK0.1400.080.81
HSL145.71º7.69%17.84%-
HSV(B)145.71º14.29%19.22%-
XYZ2.532.882.91-
YUV46.45127.18124.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.88%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=30.88%
G=36.03%
B=33.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249450.1400.080.81145.717.6917.84
Hex2A312DE085192812
Octal526155160101212221022
Binary101010110001101101111001000101000110010010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,45); }

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

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

 a { background-color: rgb(42,49,45); }

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

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

 span { border-color: rgb(42,49,45); }

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