#2B4134

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

Shades of English Holly #2B4134

Tints of English Holly #2B4134

Color information

#2B4134 (or 0x2B4134) is unknown color: approx English Holly. HEX triplet: 2B, 41 and 34. RGB value is (43,65,52). Sum of RGB (Red+Green+Blue) = 43+65+52=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4134 is #D4BECB. Grayscale: #383838. Windows color (decimal): -13942476 or 3424555. OLE color: 3424555.

HSL color Cylindrical-coordinate representation of color #2B4134: hue angle of 144.55º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B4134 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB436552-
CMYK0.3400.200.75
HSL144.55º20.37%21.18%-
HSV(B)144.55º33.85%25.49%-
XYZ3.514.543.94-
YUV56.94125.21118.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=26.88%
G=40.62%
B=32.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4365520.3400.200.75144.5520.3721.18
Hex2B4134220144B911415
Octal5310164420241132212425
Binary10101110000011101001000100101001001011100100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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