Html Css Color HEX #2C4135 English Holly

📋 copy color: '#2C4135'

red 44 ◦ green 65 ◦ blue 53

#2C4135
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #2C4135

Tints of English Holly #2C4135

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 value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#2C4135 (or 0x2C4135) is known color: 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

RGB 44 65 53 -
CMYK 0.32 0 0.18 0.75
HSL 145.71º 0.19% 0.21% -
HSV(B) 145.71º 0.32% 0.25% -
XYZ 3.57 4.57 4.06 -
YUV 57.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 44 65 53 0.32 0 0.18 0.75 145.71 0.19 0.21
Hex 2C 41 35 20 0 12 4B 92 13 15
Octal 54 101 65 40 0 22 113 222 23 25
Binary 101100 1000001 110101 100000 0 10010 1001011 10010010 10011 10101

Color Harmonies of #2C4135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4135

Black with #2C4135

Text Example


Text Example

White with #2C4135

Text Example


Text Example

HTML Codes & Css Web 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>