#2C4B31

Color #2C4B31 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #2C4B31

Tints of Timber Green #2C4B31

Color information

#2C4B31 (or 0x2C4B31) is unknown color: approx Timber Green. HEX triplet: 2C, 4B and 31. RGB value is (44,75,49). Sum of RGB (Red+Green+Blue) = 44+75+49=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B31 is #D3B4CE. Grayscale: #3E3E3E. Windows color (decimal): -13874383 or 3230508. OLE color: 3230508.

HSL color Cylindrical-coordinate representation of color #2C4B31: hue angle of 129.68º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B31 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB447549-
CMYK0.4100.350.71
HSL129.68º26.05%23.33%-
HSV(B)129.68º41.33%29.41%-
XYZ4.115.793.81-
YUV62.77120.23114.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=26.19%
G=44.64%
B=29.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475490.4100.350.71129.6826.0523.33
Hex2C4B312902347821a17
Octal5411361510431072023227
Binary101100100101111000110100101000111000111100000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C4B31;
 }
 .AnyTagClassName
 {
   color: #2C4B31;
 }
</style>
background-color css

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

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

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

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

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

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