#25452D

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

Shades of Timber Green #25452D

Tints of Timber Green #25452D

Color information

#25452D (or 0x25452D) is unknown color: approx Timber Green. HEX triplet: 25, 45 and 2D. RGB value is (37,69,45). Sum of RGB (Red+Green+Blue) = 37+69+45=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #25452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25452D is #DABAD2. Grayscale: #383838. Windows color (decimal): -14334675 or 2966821. OLE color: 2966821.

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

Color convert

RGB376945-
CMYK0.4600.350.73
HSL135º30.19%20.78%-
HSV(B)135º46.38%27.06%-
XYZ3.364.843.24-
YUV56.7121.4113.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=24.50%
G=45.70%
B=29.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769450.4600.350.7313530.1920.78
Hex25452D2E02349871e15
Octal4510555560431112073625
Binary100101100010110110110111001000111001001100001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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