Html Css Color HEX #2C3D32 English Holly

📋 copy color: '#2C3D32'

red 44 ◦ green 61 ◦ blue 50

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

Shades of English Holly #2C3D32

Tints of English Holly #2C3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 28.39%
G = 39.35%
B = 32.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#2C3D32 (or 0x2C3D32) is known color: English Holly. HEX triplet: 2C, 3D and 32. RGB value is (44,61,50). Sum of RGB (Red+Green+Blue) = 44+61+50=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D32 is #D3C2CD. Grayscale: #363636. Windows color (decimal): -13877966 or 3292460. OLE color: 3292460.

HSL color Cylindrical-coordinate representation of color #2C3D32: hue angle of 141.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2C3D32 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 61 50 -
CMYK 0.28 0 0.18 0.76
HSL 141.18º 0.16% 0.21% -
HSV(B) 141.18º 0.28% 0.24% -
XYZ 3.28 4.1 3.64 -
YUV 54.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 44 61 50 0.28 0 0.18 0.76 141.18 0.16 0.21
Hex 2C 3D 32 1C 0 12 4C 8D 10 15
Octal 54 75 62 34 0 22 114 215 20 25
Binary 101100 111101 110010 11100 0 10010 1001100 10001101 10000 10101

Color Harmonies of #2C3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3D32

Black with #2C3D32

Text Example


Text Example

White with #2C3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,61,50); }

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

background-color css

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

 a { background-color: rgb(44,61,50); }

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

border-color css

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

 span { border-color: rgb(44,61,50); }

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