#2C4730

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

Shades of Timber Green #2C4730

Tints of Timber Green #2C4730

Color information

#2C4730 (or 0x2C4730) is unknown color: approx Timber Green. HEX triplet: 2C, 47 and 30. RGB value is (44,71,48). Sum of RGB (Red+Green+Blue) = 44+71+48=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #2C4730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4730 is #D3B8CF. Grayscale: #3C3C3C. Windows color (decimal): -13875408 or 3163948. OLE color: 3163948.

HSL color Cylindrical-coordinate representation of color #2C4730: hue angle of 128.89º 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 #2C4730 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB447148-
CMYK0.3800.320.72
HSL128.89º23.48%22.55%-
HSV(B)128.89º38.03%27.84%-
XYZ3.835.263.61-
YUV60.3121.05116.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=26.99%
G=43.56%
B=29.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471480.3800.320.72128.8923.4822.55
Hex2C47302602048811717
Octal5410760460401102012727
Binary101100100011111000010011001000001001000100000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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