Html Css Color HEX #2C4431 Timber Green

📋 copy color: '#2C4431'

red 44 ◦ green 68 ◦ blue 49

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

Shades of Timber Green #2C4431

Tints of Timber Green #2C4431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

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

R = 27.33%
G = 42.24%
B = 30.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#2C4431 (or 0x2C4431) is known color: Timber Green. HEX triplet: 2C, 44 and 31. RGB value is (44,68,49). Sum of RGB (Red+Green+Blue) = 44+68+49=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #2C4431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4431 is #D3BBCE. Grayscale: #3A3A3A. Windows color (decimal): -13876175 or 3228716. OLE color: 3228716.

HSL color Cylindrical-coordinate representation of color #2C4431: hue angle of 132.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2C4431 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 68 49 -
CMYK 0.35 0 0.28 0.73
HSL 132.5º 0.21% 0.22% -
HSV(B) 132.5º 0.35% 0.27% -
XYZ 3.66 4.89 3.66 -
YUV 58.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 44 68 49 0.35 0 0.28 0.73 132.5 0.21 0.22
Hex 2C 44 31 23 0 1C 49 84 15 16
Octal 54 104 61 43 0 34 111 204 25 26
Binary 101100 1000100 110001 100011 0 11100 1001001 10000100 10101 10110

Color Harmonies of #2C4431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4431

Black with #2C4431

Text Example


Text Example

White with #2C4431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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