#2C302E

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

Shades of Holly #2C302E

Tints of Holly #2C302E

Color information

#2C302E (or 0x2C302E) is unknown color: approx Holly. HEX triplet: 2C, 30 and 2E. RGB value is (44,48,46). Sum of RGB (Red+Green+Blue) = 44+48+46=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 48 - color contains mainly: green. Hex color #2C302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C302E is #D3CFD1. Grayscale: #2E2E2E. Windows color (decimal): -13881298 or 3026988. OLE color: 3026988.

HSL color Cylindrical-coordinate representation of color #2C302E: hue angle of 150º degrees, saturation: 0.04, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2C302E is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB444846-
CMYK0.0800.040.81
HSL150º4.35%18.04%-
HSV(B)150º8.33%18.82%-
XYZ2.592.853-
YUV46.58127.67126.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 31.88%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=31.88%
G=34.78%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448460.0800.040.811504.3518.04
Hex2C302E8045196412
Octal5460561004121226422
Binary1011001100001011101000010010100011001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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