#2B4736

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

Shades of English Holly #2B4736

Tints of English Holly #2B4736

Color information

#2B4736 (or 0x2B4736) is unknown color: approx English Holly. HEX triplet: 2B, 47 and 36. RGB value is (43,71,54). Sum of RGB (Red+Green+Blue) = 43+71+54=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4736 is #D4B8C9. Grayscale: #3C3C3C. Windows color (decimal): -13940938 or 3557163. OLE color: 3557163.

HSL color Cylindrical-coordinate representation of color #2B4736: hue angle of 143.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4736 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB437154-
CMYK0.3900.240.72
HSL143.57º24.56%22.35%-
HSV(B)143.57º39.44%27.84%-
XYZ3.925.294.3-
YUV60.69124.22115.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=25.60%
G=42.26%
B=32.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371540.3900.240.72143.5724.5622.35
Hex2B47362701848901916
Octal5310766470301102203126
Binary10101110001111101101001110110001001000100100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,54); }

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

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

 a { background-color: rgb(43,71,54); }

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

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

 span { border-color: rgb(43,71,54); }

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