Html Css Color HEX #2C3B31 Holly

📋 copy color: '#2C3B31'

red 44 ◦ green 59 ◦ blue 49

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

Shades of Holly #2C3B31

Tints of Holly #2C3B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.82%

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 28.95%
G = 38.82%
B = 32.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#2C3B31 (or 0x2C3B31) is known color: Holly. HEX triplet: 2C, 3B and 31. RGB value is (44,59,49). Sum of RGB (Red+Green+Blue) = 44+59+49=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 59 - color contains mainly: green. Hex color #2C3B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B31 is #D3C4CE. Grayscale: #353535. Windows color (decimal): -13878479 or 3226412. OLE color: 3226412.

HSL color Cylindrical-coordinate representation of color #2C3B31: hue angle of 140º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C3B31 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 59 49 -
CMYK 0.25 0 0.17 0.77
HSL 140º 0.15% 0.2% -
HSV(B) 140º 0.25% 0.23% -
XYZ 3.16 3.89 3.49 -
YUV 53.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 44 59 49 0.25 0 0.17 0.77 140 0.15 0.2
Hex 2C 3B 31 19 0 11 4D 8C F 14
Octal 54 73 61 31 0 21 115 214 17 24
Binary 101100 111011 110001 11001 0 10001 1001101 10001100 1111 10100

Color Harmonies of #2C3B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3B31

Black with #2C3B31

Text Example


Text Example

White with #2C3B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,59,49); }

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

background-color css

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

 a { background-color: rgb(44,59,49); }

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

border-color css

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

 span { border-color: rgb(44,59,49); }

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