#2C3A32

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

Shades of English Holly #2C3A32

Tints of English Holly #2C3A32

Color information

#2C3A32 (or 0x2C3A32) is unknown color: approx English Holly. HEX triplet: 2C, 3A and 32. RGB value is (44,58,50). Sum of RGB (Red+Green+Blue) = 44+58+50=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A32 is #D3C5CD. Grayscale: #343434. Windows color (decimal): -13878734 or 3291692. OLE color: 3291692.

HSL color Cylindrical-coordinate representation of color #2C3A32: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C3A32 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB445850-
CMYK0.2400.140.77
HSL145.71º13.73%20%-
HSV(B)145.71º24.14%22.75%-
XYZ3.133.793.58-
YUV52.9126.36121.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.95%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=28.95%
G=38.16%
B=32.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4458500.2400.140.77145.7113.7320
Hex2C3A32180E4D92e14
Octal547262300161152221624
Binary1011001110101100101100001110100110110010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,58,50); }

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

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

 a { background-color: rgb(44,58,50); }

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

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

 span { border-color: rgb(44,58,50); }

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