#264C2B

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

Shades of Timber Green #264C2B

Tints of Timber Green #264C2B

Color information

#264C2B (or 0x264C2B) is unknown color: approx Timber Green. HEX triplet: 26, 4C and 2B. RGB value is (38,76,43). Sum of RGB (Red+Green+Blue) = 38+76+43=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #264C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C2B is #D9B3D4. Grayscale: #3C3C3C. Windows color (decimal): -14267349 or 2837542. OLE color: 2837542.

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

Color convert

RGB387643-
CMYK0.500.430.70
HSL127.89º33.33%22.35%-
HSV(B)127.89º50%29.8%-
XYZ3.825.763.2-
YUV60.88117.91111.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=24.20%
G=48.41%
B=27.39%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876430.500.430.70127.8933.3322.35
Hex264C2B3202B46802116
Octal4611453620531062004126
Binary1001101001100101011110010010101110001101000000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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