#2C4135

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

Shades of English Holly #2C4135

Tints of English Holly #2C4135

Color information

#2C4135 (or 0x2C4135) is unknown color: approx English Holly. HEX triplet: 2C, 41 and 35. RGB value is (44,65,53). Sum of RGB (Red+Green+Blue) = 44+65+53=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4135 is #D3BECA. Grayscale: #393939. Windows color (decimal): -13876939 or 3490092. OLE color: 3490092.

HSL color Cylindrical-coordinate representation of color #2C4135: hue angle of 145.71º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C4135 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB446553-
CMYK0.3200.180.75
HSL145.71º19.27%21.37%-
HSV(B)145.71º32.31%25.49%-
XYZ3.574.574.06-
YUV57.35125.54118.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.16%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=27.16%
G=40.12%
B=32.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465530.3200.180.75145.7119.2721.37
Hex2C4135200124B921315
Octal5410165400221132222325
Binary10110010000011101011000000100101001011100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,53); }

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

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

 a { background-color: rgb(44,65,53); }

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

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

 span { border-color: rgb(44,65,53); }

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