#2B4233

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

Shades of English Holly #2B4233

Tints of English Holly #2B4233

Color information

#2B4233 (or 0x2B4233) is unknown color: approx English Holly. HEX triplet: 2B, 42 and 33. RGB value is (43,66,51). Sum of RGB (Red+Green+Blue) = 43+66+51=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #2B4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4233 is #D4BDCC. Grayscale: #393939. Windows color (decimal): -13942221 or 3359275. OLE color: 3359275.

HSL color Cylindrical-coordinate representation of color #2B4233: hue angle of 140.87º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B4233 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB436651-
CMYK0.3500.230.74
HSL140.87º21.1%21.37%-
HSV(B)140.87º34.85%25.88%-
XYZ3.544.653.84-
YUV57.41124.38117.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=26.88%
G=41.25%
B=31.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366510.3500.230.74140.8721.121.37
Hex2B4233230174A8d1515
Octal5310263430271122152525
Binary10101110000101100111000110101111001010100011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,51); }

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

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

 a { background-color: rgb(43,66,51); }

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

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

 span { border-color: rgb(43,66,51); }

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