#26482B

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

Shades of Timber Green #26482B

Tints of Timber Green #26482B

Color information

#26482B (or 0x26482B) is unknown color: approx Timber Green. HEX triplet: 26, 48 and 2B. RGB value is (38,72,43). Sum of RGB (Red+Green+Blue) = 38+72+43=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #26482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26482B is #D9B7D4. Grayscale: #3A3A3A. Windows color (decimal): -14268373 or 2836518. OLE color: 2836518.

HSL color Cylindrical-coordinate representation of color #26482B: hue angle of 128.82º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #26482B is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB387243-
CMYK0.4700.400.72
HSL128.82º30.91%21.57%-
HSV(B)128.82º47.22%28.24%-
XYZ3.555.223.11-
YUV58.53119.24113.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=24.84%
G=47.06%
B=28.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3872430.4700.400.72128.8230.9121.57
Hex26482B2F02848811f16
Octal4611053570501102013726
Binary100110100100010101110111101010001001000100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26482B; }

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

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

<style>
 a { background-color: #26482B; }

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

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

<style>
 span { border-color: #26482B; }

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

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