Html Css Color HEX #2C4736 English Holly

📋 copy color: '#2C4736'

red 44 ◦ green 71 ◦ blue 54

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

Shades of English Holly #2C4736

Tints of English Holly #2C4736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 26.04%
G = 42.01%
B = 31.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#2C4736 (or 0x2C4736) is known color: English Holly. HEX triplet: 2C, 47 and 36. RGB value is (44,71,54). Sum of RGB (Red+Green+Blue) = 44+71+54=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4736 is #D3B8C9. Grayscale: #3D3D3D. Windows color (decimal): -13875402 or 3557164. OLE color: 3557164.

HSL color Cylindrical-coordinate representation of color #2C4736: hue angle of 142.22º 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 #2C4736 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 71 54 -
CMYK 0.38 0 0.24 0.72
HSL 142.22º 0.23% 0.23% -
HSV(B) 142.22º 0.38% 0.28% -
XYZ 3.96 5.31 4.31 -
YUV 60.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 44 71 54 0.38 0 0.24 0.72 142.22 0.23 0.23
Hex 2C 47 36 26 0 18 48 8E 17 17
Octal 54 107 66 46 0 30 110 216 27 27
Binary 101100 1000111 110110 100110 0 11000 1001000 10001110 10111 10111

Color Harmonies of #2C4736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4736

Black with #2C4736

Text Example


Text Example

White with #2C4736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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