#26452F

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

Shades of Timber Green #26452F

Tints of Timber Green #26452F

Color information

#26452F (or 0x26452F) is unknown color: approx Timber Green. HEX triplet: 26, 45 and 2F. RGB value is (38,69,47). Sum of RGB (Red+Green+Blue) = 38+69+47=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #26452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26452F is #D9BAD0. Grayscale: #393939. Windows color (decimal): -14269137 or 3097894. OLE color: 3097894.

HSL color Cylindrical-coordinate representation of color #26452F: hue angle of 137.42º 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 #26452F is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB386947-
CMYK0.4500.320.73
HSL137.42º28.97%20.98%-
HSV(B)137.42º44.93%27.06%-
XYZ3.444.873.45-
YUV57.22122.23114.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=24.68%
G=44.81%
B=30.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869470.4500.320.73137.4228.9720.98
Hex26452F2D02049891d15
Octal4610557550401112113525
Binary100110100010110111110110101000001001001100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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