#25452C

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

Shades of Timber Green #25452C

Tints of Timber Green #25452C

Color information

#25452C (or 0x25452C) is unknown color: approx Timber Green. HEX triplet: 25, 45 and 2C. RGB value is (37,69,44). Sum of RGB (Red+Green+Blue) = 37+69+44=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #25452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25452C is #DABAD3. Grayscale: #383838. Windows color (decimal): -14334676 or 2901285. OLE color: 2901285.

HSL color Cylindrical-coordinate representation of color #25452C: hue angle of 133.12º 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 #25452C is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB376944-
CMYK0.4600.360.73
HSL133.12º30.19%20.78%-
HSV(B)133.12º46.38%27.06%-
XYZ3.354.833.14-
YUV56.58120.9114.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=24.67%
G=46%
B=29.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769440.4600.360.73133.1230.1920.78
Hex25452C2E02449851e15
Octal4510554560441112053625
Binary100101100010110110010111001001001001001100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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