Html Css Color HEX #2C3E31 Timber Green

📋 copy color: '#2C3E31'

red 44 ◦ green 62 ◦ blue 49

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

Shades of Timber Green #2C3E31

Tints of Timber Green #2C3E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40%

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

R = 28.39%
G = 40%
B = 31.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#2C3E31 (or 0x2C3E31) is known color: Timber Green. HEX triplet: 2C, 3E and 31. RGB value is (44,62,49). Sum of RGB (Red+Green+Blue) = 44+62+49=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #2C3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3E31 is #D3C1CE. Grayscale: #373737. Windows color (decimal): -13877711 or 3227180. OLE color: 3227180.

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

Color convert

RGB 44 62 49 -
CMYK 0.29 0 0.21 0.76
HSL 136.67º 0.17% 0.21% -
HSV(B) 136.67º 0.29% 0.24% -
XYZ 3.32 4.2 3.54 -
YUV 55.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 44 62 49 0.29 0 0.21 0.76 136.67 0.17 0.21
Hex 2C 3E 31 1D 0 15 4C 89 11 15
Octal 54 76 61 35 0 25 114 211 21 25
Binary 101100 111110 110001 11101 0 10101 1001100 10001001 10001 10101

Color Harmonies of #2C3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3E31

Black with #2C3E31

Text Example


Text Example

White with #2C3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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