#254A2C

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

Shades of Timber Green #254A2C

Tints of Timber Green #254A2C

Color information

#254A2C (or 0x254A2C) is unknown color: approx Timber Green. HEX triplet: 25, 4A and 2C. RGB value is (37,74,44). Sum of RGB (Red+Green+Blue) = 37+74+44=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #254A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A2C is #DAB5D3. Grayscale: #3B3B3B. Windows color (decimal): -14333396 or 2902565. OLE color: 2902565.

HSL color Cylindrical-coordinate representation of color #254A2C: hue angle of 131.35º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A2C is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB377444-
CMYK0.5000.410.71
HSL131.35º33.33%21.76%-
HSV(B)131.35º50%29.02%-
XYZ3.675.473.25-
YUV59.52119.24111.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 74 (29.30% from 255) = 47.74%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=23.87%
G=47.74%
B=28.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3774440.5000.410.71131.3533.3321.76
Hex254A2C3202947832116
Octal4511254620511072034126
Binary1001011001010101100110010010100110001111000001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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