Html Css Color HEX #2C4231 Timber Green

📋 copy color: '#2C4231'

red 44 ◦ green 66 ◦ blue 49

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

Shades of Timber Green #2C4231

Tints of Timber Green #2C4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.51%

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

R = 27.67%
G = 41.51%
B = 30.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#2C4231 (or 0x2C4231) is known color: Timber Green. HEX triplet: 2C, 42 and 31. RGB value is (44,66,49). Sum of RGB (Red+Green+Blue) = 44+66+49=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #2C4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4231 is #D3BDCE. Grayscale: #393939. Windows color (decimal): -13876687 or 3228204. OLE color: 3228204.

HSL color Cylindrical-coordinate representation of color #2C4231: hue angle of 133.64º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C4231 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 44 66 49 -
CMYK 0.33 0 0.26 0.74
HSL 133.64º 0.2% 0.22% -
HSV(B) 133.64º 0.33% 0.26% -
XYZ 3.54 4.65 3.62 -
YUV 57.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 44 66 49 0.33 0 0.26 0.74 133.64 0.2 0.22
Hex 2C 42 31 21 0 1A 4A 86 14 16
Octal 54 102 61 41 0 32 112 206 24 26
Binary 101100 1000010 110001 100001 0 11010 1001010 10000110 10100 10110

Color Harmonies of #2C4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4231

Black with #2C4231

Text Example


Text Example

White with #2C4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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