#2C4436

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

Shades of English Holly #2C4436

Tints of English Holly #2C4436

Color information

#2C4436 (or 0x2C4436) is unknown color: approx English Holly. HEX triplet: 2C, 44 and 36. RGB value is (44,68,54). Sum of RGB (Red+Green+Blue) = 44+68+54=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4436 is #D3BBC9. Grayscale: #3B3B3B. Windows color (decimal): -13876170 or 3556396. OLE color: 3556396.

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

Color convert

RGB446854-
CMYK0.3500.210.73
HSL145º21.43%21.96%-
HSV(B)145º35.29%26.67%-
XYZ3.774.944.24-
YUV59.23125.05117.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.51%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=26.51%
G=40.96%
B=32.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4468540.3500.210.7314521.4321.96
Hex2C44362301549911516
Octal5410466430251112212526
Binary10110010001001101101000110101011001001100100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,54); }

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

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

 a { background-color: rgb(44,68,54); }

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

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

 span { border-color: rgb(44,68,54); }

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