#2C4B2E

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

Shades of Timber Green #2C4B2E

Tints of Timber Green #2C4B2E

Color information

#2C4B2E (or 0x2C4B2E) is unknown color: approx Timber Green. HEX triplet: 2C, 4B and 2E. RGB value is (44,75,46). Sum of RGB (Red+Green+Blue) = 44+75+46=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B2E is #D3B4D1. Grayscale: #3E3E3E. Windows color (decimal): -13874386 or 3033900. OLE color: 3033900.

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

Color convert

RGB447546-
CMYK0.4100.390.71
HSL123.87º26.05%23.33%-
HSV(B)123.87º41.33%29.41%-
XYZ4.055.763.48-
YUV62.42118.73114.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.67%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=26.67%
G=45.45%
B=27.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475460.4100.390.71123.8726.0523.33
Hex2C4B2E29027477c1a17
Octal5411356510471071743227
Binary10110010010111011101010010100111100011111111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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