#2C3E33

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

Shades of English Holly #2C3E33

Tints of English Holly #2C3E33

Color information

#2C3E33 (or 0x2C3E33) is unknown color: approx English Holly. HEX triplet: 2C, 3E and 33. RGB value is (44,62,51). Sum of RGB (Red+Green+Blue) = 44+62+51=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 62 - color contains mainly: green. Hex color #2C3E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3E33 is #D3C1CC. Grayscale: #373737. Windows color (decimal): -13877709 or 3358252. OLE color: 3358252.

HSL color Cylindrical-coordinate representation of color #2C3E33: hue angle of 143.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2C3E33 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB446251-
CMYK0.2900.180.76
HSL143.33º16.98%20.78%-
HSV(B)143.33º29.03%24.31%-
XYZ3.364.223.77-
YUV55.36125.54119.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=28.03%
G=39.49%
B=32.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4462510.2900.180.76143.3316.9820.78
Hex2C3E331D0124C8f1115
Octal547663350221142172125
Binary101100111110110011111010100101001100100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,62,51); }

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

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

 a { background-color: rgb(44,62,51); }

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

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

 span { border-color: rgb(44,62,51); }

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