#2B4033

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

Shades of English Holly #2B4033

Tints of English Holly #2B4033

Color information

#2B4033 (or 0x2B4033) is unknown color: approx English Holly. HEX triplet: 2B, 40 and 33. RGB value is (43,64,51). Sum of RGB (Red+Green+Blue) = 43+64+51=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4033 is #D4BFCC. Grayscale: #383838. Windows color (decimal): -13942733 or 3358763. OLE color: 3358763.

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

Color convert

RGB436451-
CMYK0.3300.200.75
HSL142.86º19.63%20.98%-
HSV(B)142.86º32.81%25.1%-
XYZ3.434.423.8-
YUV56.24125.04118.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=27.22%
G=40.51%
B=32.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4364510.3300.200.75142.8619.6320.98
Hex2B4033210144B8f1415
Octal5310063410241132172425
Binary10101110000001100111000010101001001011100011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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