#25472C

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

Shades of Timber Green #25472C

Tints of Timber Green #25472C

Color information

#25472C (or 0x25472C) is unknown color: approx Timber Green. HEX triplet: 25, 47 and 2C. RGB value is (37,71,44). Sum of RGB (Red+Green+Blue) = 37+71+44=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #25472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25472C is #DAB8D3. Grayscale: #393939. Windows color (decimal): -14334164 or 2901797. OLE color: 2901797.

HSL color Cylindrical-coordinate representation of color #25472C: hue angle of 132.35º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25472C is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB377144-
CMYK0.4800.380.72
HSL132.35º31.48%21.18%-
HSV(B)132.35º47.89%27.84%-
XYZ3.475.083.18-
YUV57.76120.24113.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=24.34%
G=46.71%
B=28.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3771440.4800.380.72132.3531.4821.18
Hex25472C3002648841f15
Octal4510754600461102043725
Binary100101100011110110011000001001101001000100001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25472C; }

 p { color: rgb(37,71,44); }

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

<style>
 a { background-color: #25472C; }

 a { background-color: rgb(37,71,44); }

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

<style>
 span { border-color: #25472C; }

 span { border-color: rgb(37,71,44); }

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