#2B4536

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

Shades of English Holly #2B4536

Tints of English Holly #2B4536

Color information

#2B4536 (or 0x2B4536) is unknown color: approx English Holly. HEX triplet: 2B, 45 and 36. RGB value is (43,69,54). Sum of RGB (Red+Green+Blue) = 43+69+54=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #2B4536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4536 is #D4BAC9. Grayscale: #3B3B3B. Windows color (decimal): -13941450 or 3556651. OLE color: 3556651.

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

Color convert

RGB436954-
CMYK0.3800.220.73
HSL145.38º23.21%21.96%-
HSV(B)145.38º37.68%27.06%-
XYZ3.795.044.26-
YUV59.52124.89116.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=25.90%
G=41.57%
B=32.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369540.3800.220.73145.3823.2121.96
Hex2B45362601649911716
Octal5310566460261112212726
Binary10101110001011101101001100101101001001100100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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