#25462A

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

Shades of Timber Green #25462A

Tints of Timber Green #25462A

Color information

#25462A (or 0x25462A) is unknown color: approx Timber Green. HEX triplet: 25, 46 and 2A. RGB value is (37,70,42). Sum of RGB (Red+Green+Blue) = 37+70+42=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #25462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25462A is #DAB9D5. Grayscale: #393939. Windows color (decimal): -14334422 or 2770469. OLE color: 2770469.

HSL color Cylindrical-coordinate representation of color #25462A: hue angle of 129.09º 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 #25462A is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB377042-
CMYK0.4700.400.73
HSL129.09º30.84%20.98%-
HSV(B)129.09º47.14%27.45%-
XYZ3.374.942.97-
YUV56.94119.57113.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=24.83%
G=46.98%
B=28.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3770420.4700.400.73129.0930.8420.98
Hex25462A2F02849811f15
Octal4510652570501112013725
Binary100101100011010101010111101010001001001100000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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