#2C4A2F

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

Shades of Timber Green #2C4A2F

Tints of Timber Green #2C4A2F

Color information

#2C4A2F (or 0x2C4A2F) is unknown color: approx Timber Green. HEX triplet: 2C, 4A and 2F. RGB value is (44,74,47). Sum of RGB (Red+Green+Blue) = 44+74+47=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4A2F is #D3B5D0. Grayscale: #3E3E3E. Windows color (decimal): -13874641 or 3099180. OLE color: 3099180.

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

Color convert

RGB447447-
CMYK0.4100.360.71
HSL126º25.42%23.14%-
HSV(B)126º40.54%29.02%-
XYZ45.643.57-
YUV61.95119.56115.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=26.67%
G=44.85%
B=28.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4474470.4100.360.7112625.4223.14
Hex2C4A2F29024477e1917
Octal5411257510441071763127
Binary10110010010101011111010010100100100011111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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