Html Css Color HEX #2C4638 English Holly

📋 copy color: '#2C4638'

red 44 ◦ green 70 ◦ blue 56

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

Shades of English Holly #2C4638

Tints of English Holly #2C4638

RGB

 RED value IS 44 (17.58% from 255) = 25.88%

 GREEN value IS 70 (27.73% from 255) = 41.18%

 BLUE value IS 56 (22.27% from 255) = 32.94%

R = 25.88%
G = 41.18%
B = 32.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#2C4638 (or 0x2C4638) is known color: English Holly. HEX triplet: 2C, 46 and 38. RGB value is (44,70,56). Sum of RGB (Red+Green+Blue) = 44+70+56=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4638 is #D3B9C7. Grayscale: #3C3C3C. Windows color (decimal): -13875656 or 3687980. OLE color: 3687980.

HSL color Cylindrical-coordinate representation of color #2C4638: hue angle of 147.69º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C4638 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 70 56 -
CMYK 0.37 0 0.20 0.73
HSL 147.69º 0.23% 0.22% -
HSV(B) 147.69º 0.37% 0.27% -
XYZ 3.94 5.2 4.54 -
YUV 60.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 44 70 56 0.37 0 0.20 0.73 147.69 0.23 0.22
Hex 2C 46 38 25 0 14 49 94 17 16
Octal 54 106 70 45 0 24 111 224 27 26
Binary 101100 1000110 111000 100101 0 10100 1001001 10010100 10111 10110

Color Harmonies of #2C4638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4638

Black with #2C4638

Text Example


Text Example

White with #2C4638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,70,56); }

 H1.HeaderClassName
 {
   color: #2C4638;
 }
 .AnyTagClassName
 {
   color: #2C4638;
 }
</style>

background-color css

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

 a { background-color: rgb(44,70,56); }

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

border-color css

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

 span { border-color: rgb(44,70,56); }

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