#2B342E

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

Shades of Holly #2B342E

Tints of Holly #2B342E

Color information

#2B342E (or 0x2B342E) is unknown color: approx Holly. HEX triplet: 2B, 34 and 2E. RGB value is (43,52,46). Sum of RGB (Red+Green+Blue) = 43+52+46=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342E is #D4CBD1. Grayscale: #303030. Windows color (decimal): -13945810 or 3028011. OLE color: 3028011.

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

Color convert

RGB435246-
CMYK0.1700.120.80
HSL140º9.47%18.63%-
HSV(B)140º17.31%20.39%-
XYZ2.723.173.05-
YUV48.62126.52123.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.50%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=30.50%
G=36.88%
B=32.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4352460.1700.120.801409.4718.63
Hex2B342E110C508c913
Octal536456210141202141123
Binary1010111101001011101000101100101000010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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