#26492A

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

Shades of Timber Green #26492A

Tints of Timber Green #26492A

Color information

#26492A (or 0x26492A) is unknown color: approx Timber Green. HEX triplet: 26, 49 and 2A. RGB value is (38,73,42). Sum of RGB (Red+Green+Blue) = 38+73+42=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #26492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26492A is #D9B6D5. Grayscale: #3B3B3B. Windows color (decimal): -14268118 or 2771238. OLE color: 2771238.

HSL color Cylindrical-coordinate representation of color #26492A: hue angle of 126.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26492A is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB387342-
CMYK0.4800.420.71
HSL126.86º31.53%21.76%-
HSV(B)126.86º47.95%28.63%-
XYZ3.65.343.03-
YUV59118.4113.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=24.84%
G=47.71%
B=27.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873420.4800.420.71126.8631.5321.76
Hex26492A3002A477f2016
Octal4611152600521071774026
Binary100110100100110101011000001010101000111111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26492A; }

 p { color: rgb(38,73,42); }

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

<style>
 a { background-color: #26492A; }

 a { background-color: rgb(38,73,42); }

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

<style>
 span { border-color: #26492A; }

 span { border-color: rgb(38,73,42); }

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