#264C2D

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

Shades of Timber Green #264C2D

Tints of Timber Green #264C2D

Color information

#264C2D (or 0x264C2D) is unknown color: approx Timber Green. HEX triplet: 26, 4C and 2D. RGB value is (38,76,45). Sum of RGB (Red+Green+Blue) = 38+76+45=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #264C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C2D is #D9B3D2. Grayscale: #3D3D3D. Windows color (decimal): -14267347 or 2968614. OLE color: 2968614.

HSL color Cylindrical-coordinate representation of color #264C2D: hue angle of 131.05º 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 #264C2D is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB387645-
CMYK0.500.410.70
HSL131.05º33.33%22.35%-
HSV(B)131.05º50%29.8%-
XYZ3.865.773.39-
YUV61.1118.91111.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 76 (30.08% from 255) = 47.80%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=23.90%
G=47.80%
B=28.30%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876450.500.410.70131.0533.3322.35
Hex264C2D3202946832116
Octal4611455620511062034126
Binary1001101001100101101110010010100110001101000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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