#2A342E

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

Shades of Holly #2A342E

Tints of Holly #2A342E

Color information

#2A342E (or 0x2A342E) is unknown color: approx Holly. HEX triplet: 2A, 34 and 2E. RGB value is (42,52,46). Sum of RGB (Red+Green+Blue) = 42+52+46=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 52 - color contains mainly: green. Hex color #2A342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A342E is #D5CBD1. Grayscale: #303030. Windows color (decimal): -14011346 or 3028010. OLE color: 3028010.

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

Color convert

RGB425246-
CMYK0.1900.120.80
HSL144º10.64%18.43%-
HSV(B)144º19.23%20.39%-
XYZ2.683.153.05-
YUV48.33126.69123.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=30%
G=37.14%
B=32.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4252460.1900.120.8014410.6418.43
Hex2A342E130C5090b12
Octal526456230141202201322
Binary1010101101001011101001101100101000010010000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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