#2C4B35

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

Shades of Timber Green #2C4B35

Tints of Timber Green #2C4B35

Color information

#2C4B35 (or 0x2C4B35) is unknown color: approx Timber Green. HEX triplet: 2C, 4B and 35. RGB value is (44,75,53). Sum of RGB (Red+Green+Blue) = 44+75+53=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B35 is #D3B4CA. Grayscale: #3F3F3F. Windows color (decimal): -13874379 or 3492652. OLE color: 3492652.

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

Color convert

RGB447553-
CMYK0.4100.290.71
HSL137.42º26.05%23.33%-
HSV(B)137.42º41.33%29.41%-
XYZ4.25.824.27-
YUV63.22122.23114.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.58%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=25.58%
G=43.60%
B=30.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475530.4100.290.71137.4226.0523.33
Hex2C4B352901D47891a17
Octal5411365510351072113227
Binary10110010010111101011010010111011000111100010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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