Html Css Color HEX #2C4931 Timber Green

📋 copy color: '#2C4931'

red 44 ◦ green 73 ◦ blue 49

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

Shades of Timber Green #2C4931

Tints of Timber Green #2C4931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

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

R = 26.51%
G = 43.98%
B = 29.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#2C4931 (or 0x2C4931) is known color: Timber Green. HEX triplet: 2C, 49 and 31. RGB value is (44,73,49). Sum of RGB (Red+Green+Blue) = 44+73+49=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #2C4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4931 is #D3B6CE. Grayscale: #3D3D3D. Windows color (decimal): -13874895 or 3229996. OLE color: 3229996.

HSL color Cylindrical-coordinate representation of color #2C4931: hue angle of 130.34º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C4931 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 73 49 -
CMYK 0.40 0 0.33 0.71
HSL 130.34º 0.25% 0.23% -
HSV(B) 130.34º 0.4% 0.29% -
XYZ 3.98 5.52 3.76 -
YUV 61.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 44 73 49 0.40 0 0.33 0.71 130.34 0.25 0.23
Hex 2C 49 31 28 0 21 47 82 19 17
Octal 54 111 61 50 0 41 107 202 31 27
Binary 101100 1001001 110001 101000 0 100001 1000111 10000010 11001 10111

Color Harmonies of #2C4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4931

Black with #2C4931

Text Example


Text Example

White with #2C4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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