#25462D

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

Shades of Timber Green #25462D

Tints of Timber Green #25462D

Color information

#25462D (or 0x25462D) is unknown color: approx Timber Green. HEX triplet: 25, 46 and 2D. RGB value is (37,70,45). Sum of RGB (Red+Green+Blue) = 37+70+45=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #25462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25462D is #DAB9D2. Grayscale: #393939. Windows color (decimal): -14334419 or 2967077. OLE color: 2967077.

HSL color Cylindrical-coordinate representation of color #25462D: hue angle of 134.55º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25462D is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB377045-
CMYK0.4700.360.73
HSL134.55º30.84%20.98%-
HSV(B)134.55º47.14%27.45%-
XYZ3.434.963.26-
YUV57.28121.07113.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=24.34%
G=46.05%
B=29.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3770450.4700.360.73134.5530.8420.98
Hex25462D2F02449871f15
Octal4510655570441112073725
Binary100101100011010110110111101001001001001100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25462D; }

 p { color: rgb(37,70,45); }

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

<style>
 a { background-color: #25462D; }

 a { background-color: rgb(37,70,45); }

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

<style>
 span { border-color: #25462D; }

 span { border-color: rgb(37,70,45); }

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