Html Css Color HEX #2C4731 Timber Green

📋 copy color: '#2C4731'

red 44 ◦ green 71 ◦ blue 49

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

Shades of Timber Green #2C4731

Tints of Timber Green #2C4731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.29%

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

R = 26.83%
G = 43.29%
B = 29.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#2C4731 (or 0x2C4731) is known color: Timber Green. HEX triplet: 2C, 47 and 31. RGB value is (44,71,49). Sum of RGB (Red+Green+Blue) = 44+71+49=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4731 is #D3B8CE. Grayscale: #3C3C3C. Windows color (decimal): -13875407 or 3229484. OLE color: 3229484.

HSL color Cylindrical-coordinate representation of color #2C4731: hue angle of 131.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C4731 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 71 49 -
CMYK 0.38 0 0.31 0.72
HSL 131.11º 0.23% 0.23% -
HSV(B) 131.11º 0.38% 0.28% -
XYZ 3.85 5.26 3.72 -
YUV 60.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 44 71 49 0.38 0 0.31 0.72 131.11 0.23 0.23
Hex 2C 47 31 26 0 1F 48 83 17 17
Octal 54 107 61 46 0 37 110 203 27 27
Binary 101100 1000111 110001 100110 0 11111 1001000 10000011 10111 10111

Color Harmonies of #2C4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4731

Black with #2C4731

Text Example


Text Example

White with #2C4731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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