Html Css Color HEX #2C4738 English Holly

📋 copy color: '#2C4738'

red 44 ◦ green 71 ◦ blue 56

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

Shades of English Holly #2C4738

Tints of English Holly #2C4738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.52%

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

R = 25.73%
G = 41.52%
B = 32.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#2C4738 (or 0x2C4738) is known color: English Holly. HEX triplet: 2C, 47 and 38. RGB value is (44,71,56). Sum of RGB (Red+Green+Blue) = 44+71+56=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4738 is #D3B8C7. Grayscale: #3D3D3D. Windows color (decimal): -13875400 or 3688236. OLE color: 3688236.

HSL color Cylindrical-coordinate representation of color #2C4738: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C4738 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 71 56 -
CMYK 0.38 0 0.21 0.72
HSL 146.67º 0.23% 0.23% -
HSV(B) 146.67º 0.38% 0.28% -
XYZ 4.01 5.33 4.56 -
YUV 61.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 44 71 56 0.38 0 0.21 0.72 146.67 0.23 0.23
Hex 2C 47 38 26 0 15 48 93 17 17
Octal 54 107 70 46 0 25 110 223 27 27
Binary 101100 1000111 111000 100110 0 10101 1001000 10010011 10111 10111

Color Harmonies of #2C4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4738

Black with #2C4738

Text Example


Text Example

White with #2C4738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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