#2B4537

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

Shades of English Holly #2B4537

Tints of English Holly #2B4537

Color information

#2B4537 (or 0x2B4537) is unknown color: approx English Holly. HEX triplet: 2B, 45 and 37. RGB value is (43,69,55). Sum of RGB (Red+Green+Blue) = 43+69+55=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4537 is #D4BAC8. Grayscale: #3B3B3B. Windows color (decimal): -13941449 or 3622187. OLE color: 3622187.

HSL color Cylindrical-coordinate representation of color #2B4537: hue angle of 147.69º 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 #2B4537 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB436955-
CMYK0.3800.200.73
HSL147.69º23.21%21.96%-
HSV(B)147.69º37.68%27.06%-
XYZ3.815.054.39-
YUV59.63125.39116.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=25.75%
G=41.32%
B=32.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369550.3800.200.73147.6923.2121.96
Hex2B45372601449941716
Octal5310567460241112242726
Binary10101110001011101111001100101001001001100101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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