#2C4130

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

Shades of Timber Green #2C4130

Tints of Timber Green #2C4130

Color information

#2C4130 (or 0x2C4130) is unknown color: approx Timber Green. HEX triplet: 2C, 41 and 30. RGB value is (44,65,48). Sum of RGB (Red+Green+Blue) = 44+65+48=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4130 is #D3BECF. Grayscale: #383838. Windows color (decimal): -13876944 or 3162412. OLE color: 3162412.

HSL color Cylindrical-coordinate representation of color #2C4130: hue angle of 131.43º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C4130 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB446548-
CMYK0.3200.260.75
HSL131.43º19.27%21.37%-
HSV(B)131.43º32.31%25.49%-
XYZ3.464.533.49-
YUV56.78123.04118.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=28.03%
G=41.40%
B=30.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465480.3200.260.75131.4319.2721.37
Hex2C41302001A4B831315
Octal5410160400321132032325
Binary10110010000011100001000000110101001011100000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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