#264C2C

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

Shades of Timber Green #264C2C

Tints of Timber Green #264C2C

Color information

#264C2C (or 0x264C2C) is unknown color: approx Timber Green. HEX triplet: 26, 4C and 2C. RGB value is (38,76,44). Sum of RGB (Red+Green+Blue) = 38+76+44=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #264C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C2C is #D9B3D3. Grayscale: #3D3D3D. Windows color (decimal): -14267348 or 2903078. OLE color: 2903078.

HSL color Cylindrical-coordinate representation of color #264C2C: hue angle of 129.47º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C2C is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB387644-
CMYK0.500.420.70
HSL129.47º33.33%22.35%-
HSV(B)129.47º50%29.8%-
XYZ3.845.763.29-
YUV60.99118.41111.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 76 (30.08% from 255) = 48.10%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=24.05%
G=48.10%
B=27.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876440.500.420.70129.4733.3322.35
Hex264C2C3202A46812116
Octal4611454620521062014126
Binary1001101001100101100110010010101010001101000000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264C2C; }

 p { color: rgb(38,76,44); }

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

<style>
 a { background-color: #264C2C; }

 a { background-color: rgb(38,76,44); }

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

<style>
 span { border-color: #264C2C; }

 span { border-color: rgb(38,76,44); }

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