#2C3630

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

Shades of Holly #2C3630

Tints of Holly #2C3630

Color information

#2C3630 (or 0x2C3630) is unknown color: approx Holly. HEX triplet: 2C, 36 and 30. RGB value is (44,54,48). Sum of RGB (Red+Green+Blue) = 44+54+48=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 54 - color contains mainly: green. Hex color #2C3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3630 is #D3C9CF. Grayscale: #323232. Windows color (decimal): -13879760 or 3159596. OLE color: 3159596.

HSL color Cylindrical-coordinate representation of color #2C3630: hue angle of 144º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2C3630 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB445448-
CMYK0.1900.110.79
HSL144º10.2%19.22%-
HSV(B)144º18.52%21.18%-
XYZ2.893.393.3-
YUV50.33126.69123.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.14%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=30.14%
G=36.99%
B=32.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4454480.1900.110.7914410.219.22
Hex2C3630130B4F90a13
Octal546660230131172201223
Binary1011001101101100001001101011100111110010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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