#2C4B33

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

Shades of Timber Green #2C4B33

Tints of Timber Green #2C4B33

Color information

#2C4B33 (or 0x2C4B33) is unknown color: approx Timber Green. HEX triplet: 2C, 4B and 33. RGB value is (44,75,51). Sum of RGB (Red+Green+Blue) = 44+75+51=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B33 is #D3B4CC. Grayscale: #3F3F3F. Windows color (decimal): -13874381 or 3361580. OLE color: 3361580.

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

Color convert

RGB447551-
CMYK0.4100.320.71
HSL133.55º26.05%23.33%-
HSV(B)133.55º41.33%29.41%-
XYZ4.155.814.03-
YUV63121.23114.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 51 (20.31% from 255) = 30%
R=25.88%
G=44.12%
B=30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475510.4100.320.71133.5526.0523.33
Hex2C4B332902047861a17
Octal5411363510401072063227
Binary101100100101111001110100101000001000111100001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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