#26452E

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

Shades of Timber Green #26452E

Tints of Timber Green #26452E

Color information

#26452E (or 0x26452E) is unknown color: approx Timber Green. HEX triplet: 26, 45 and 2E. RGB value is (38,69,46). Sum of RGB (Red+Green+Blue) = 38+69+46=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #26452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26452E is #D9BAD1. Grayscale: #393939. Windows color (decimal): -14269138 or 3032358. OLE color: 3032358.

HSL color Cylindrical-coordinate representation of color #26452E: hue angle of 135.48º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26452E is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB386946-
CMYK0.4500.330.73
HSL135.48º28.97%20.98%-
HSV(B)135.48º44.93%27.06%-
XYZ3.424.873.34-
YUV57.11121.73114.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 69 (27.34% from 255) = 45.10%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=24.84%
G=45.10%
B=30.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869460.4500.330.73135.4828.9720.98
Hex26452E2D02149871d15
Octal4610556550411112073525
Binary100110100010110111010110101000011001001100001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26452E; }

 p { color: rgb(38,69,46); }

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

<style>
 a { background-color: #26452E; }

 a { background-color: rgb(38,69,46); }

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

<style>
 span { border-color: #26452E; }

 span { border-color: rgb(38,69,46); }

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