Html Css Color HEX #2C4636 English Holly

📋 copy color: '#2C4636'

red 44 ◦ green 70 ◦ blue 54

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

Shades of English Holly #2C4636

Tints of English Holly #2C4636

RGB

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

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

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

R = 26.19%
G = 41.67%
B = 32.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#2C4636 (or 0x2C4636) is known color: English Holly. HEX triplet: 2C, 46 and 36. RGB value is (44,70,54). Sum of RGB (Red+Green+Blue) = 44+70+54=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4636 is #D3B9C9. Grayscale: #3C3C3C. Windows color (decimal): -13875658 or 3556908. OLE color: 3556908.

HSL color Cylindrical-coordinate representation of color #2C4636: hue angle of 143.08º 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 #2C4636 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 70 54 -
CMYK 0.37 0 0.23 0.73
HSL 143.08º 0.23% 0.22% -
HSV(B) 143.08º 0.37% 0.27% -
XYZ 3.89 5.18 4.29 -
YUV 60.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 44 70 54 0.37 0 0.23 0.73 143.08 0.23 0.22
Hex 2C 46 36 25 0 17 49 8F 17 16
Octal 54 106 66 45 0 27 111 217 27 26
Binary 101100 1000110 110110 100101 0 10111 1001001 10001111 10111 10110

Color Harmonies of #2C4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4636

Black with #2C4636

Text Example


Text Example

White with #2C4636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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