#2C3F32

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

Shades of Timber Green #2C3F32

Tints of Timber Green #2C3F32

Color information

#2C3F32 (or 0x2C3F32) is unknown color: approx Timber Green. HEX triplet: 2C, 3F and 32. RGB value is (44,63,50). Sum of RGB (Red+Green+Blue) = 44+63+50=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 63 - color contains mainly: green. Hex color #2C3F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3F32 is #D3C0CD. Grayscale: #373737. Windows color (decimal): -13877454 or 3292972. OLE color: 3292972.

HSL color Cylindrical-coordinate representation of color #2C3F32: hue angle of 138.95º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C3F32 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB446350-
CMYK0.3000.210.75
HSL138.95º17.76%20.98%-
HSV(B)138.95º30.16%24.71%-
XYZ3.394.323.67-
YUV55.84124.71119.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=28.03%
G=40.13%
B=31.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4463500.3000.210.75138.9517.7620.98
Hex2C3F321E0154B8b1215
Octal547762360251132132225
Binary101100111111110010111100101011001011100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,63,50); }

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

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

 a { background-color: rgb(44,63,50); }

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

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

 span { border-color: rgb(44,63,50); }

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