Html Css Color HEX #2C4930 Timber Green

📋 copy color: '#2C4930'

red 44 ◦ green 73 ◦ blue 48

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

Shades of Timber Green #2C4930

Tints of Timber Green #2C4930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.09%

R = 26.67%
G = 44.24%
B = 29.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#2C4930 (or 0x2C4930) is known color: Timber Green. HEX triplet: 2C, 49 and 30. RGB value is (44,73,48). Sum of RGB (Red+Green+Blue) = 44+73+48=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #2C4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4930 is #D3B6CF. Grayscale: #3D3D3D. Windows color (decimal): -13874896 or 3164460. OLE color: 3164460.

HSL color Cylindrical-coordinate representation of color #2C4930: hue angle of 128.28º 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 #2C4930 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 73 48 -
CMYK 0.40 0 0.34 0.71
HSL 128.28º 0.25% 0.23% -
HSV(B) 128.28º 0.4% 0.29% -
XYZ 3.95 5.51 3.65 -
YUV 61.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 44 73 48 0.40 0 0.34 0.71 128.28 0.25 0.23
Hex 2C 49 30 28 0 22 47 80 19 17
Octal 54 111 60 50 0 42 107 200 31 27
Binary 101100 1001001 110000 101000 0 100010 1000111 10000000 11001 10111

Color Harmonies of #2C4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4930

Black with #2C4930

Text Example


Text Example

White with #2C4930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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