#2B4535

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

Shades of English Holly #2B4535

Tints of English Holly #2B4535

Color information

#2B4535 (or 0x2B4535) is unknown color: approx English Holly. HEX triplet: 2B, 45 and 35. RGB value is (43,69,53). Sum of RGB (Red+Green+Blue) = 43+69+53=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4535 is #D4BACA. Grayscale: #3B3B3B. Windows color (decimal): -13941451 or 3491115. OLE color: 3491115.

HSL color Cylindrical-coordinate representation of color #2B4535: hue angle of 143.08º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B4535 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB436953-
CMYK0.3800.230.73
HSL143.08º23.21%21.96%-
HSV(B)143.08º37.68%27.06%-
XYZ3.775.034.14-
YUV59.4124.39116.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=26.06%
G=41.82%
B=32.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369530.3800.230.73143.0823.2121.96
Hex2B453526017498f1716
Octal5310565460271112172726
Binary10101110001011101011001100101111001001100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,53); }

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

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

 a { background-color: rgb(43,69,53); }

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

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

 span { border-color: rgb(43,69,53); }

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