#2C472F

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

Shades of Timber Green #2C472F

Tints of Timber Green #2C472F

Color information

#2C472F (or 0x2C472F) is unknown color: approx Timber Green. HEX triplet: 2C, 47 and 2F. RGB value is (44,71,47). Sum of RGB (Red+Green+Blue) = 44+71+47=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #2C472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C472F is #D3B8D0. Grayscale: #3C3C3C. Windows color (decimal): -13875409 or 3098412. OLE color: 3098412.

HSL color Cylindrical-coordinate representation of color #2C472F: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C472F is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB447147-
CMYK0.3800.340.72
HSL126.67º23.48%22.55%-
HSV(B)126.67º38.03%27.84%-
XYZ3.815.253.5-
YUV60.19120.55116.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.16%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=27.16%
G=43.83%
B=29.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471470.3800.340.72126.6723.4822.55
Hex2C472F26022487f1717
Octal5410757460421101772727
Binary10110010001111011111001100100010100100011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,47); }

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

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

 a { background-color: rgb(44,71,47); }

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

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

 span { border-color: rgb(44,71,47); }

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