#254D2C

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

Shades of Timber Green #254D2C

Tints of Timber Green #254D2C

Color information

#254D2C (or 0x254D2C) is unknown color: approx Timber Green. HEX triplet: 25, 4D and 2C. RGB value is (37,77,44). Sum of RGB (Red+Green+Blue) = 37+77+44=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #254D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D2C is #DAB2D3. Grayscale: #3D3D3D. Windows color (decimal): -14332628 or 2903333. OLE color: 2903333.

HSL color Cylindrical-coordinate representation of color #254D2C: hue angle of 130.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D2C is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB377744-
CMYK0.5200.430.70
HSL130.5º35.09%22.35%-
HSV(B)130.5º51.95%30.2%-
XYZ3.875.883.31-
YUV61.28118.25110.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 77 (30.47% from 255) = 48.73%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=23.42%
G=48.73%
B=27.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3777440.5200.430.70130.535.0922.35
Hex254D2C3402B46822316
Octal4511554640531062024326
Binary1001011001101101100110100010101110001101000001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254D2C; }

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

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

<style>
 a { background-color: #254D2C; }

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

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

<style>
 span { border-color: #254D2C; }

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

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