#264D2C

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

Shades of Timber Green #264D2C

Tints of Timber Green #264D2C

Color information

#264D2C (or 0x264D2C) is unknown color: approx Timber Green. HEX triplet: 26, 4D and 2C. RGB value is (38,77,44). Sum of RGB (Red+Green+Blue) = 38+77+44=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #264D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D2C is #D9B2D3. Grayscale: #3D3D3D. Windows color (decimal): -14267092 or 2903334. OLE color: 2903334.

HSL color Cylindrical-coordinate representation of color #264D2C: hue angle of 129.23º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D2C is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB387744-
CMYK0.5100.430.70
HSL129.23º33.91%22.55%-
HSV(B)129.23º50.65%30.2%-
XYZ3.915.93.32-
YUV61.58118.08111.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 77 (30.47% from 255) = 48.43%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=23.90%
G=48.43%
B=27.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3877440.5100.430.70129.2333.9122.55
Hex264D2C3302B46812217
Octal4611554630531062014227
Binary1001101001101101100110011010101110001101000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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