#254C2A

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

Shades of Timber Green #254C2A

Tints of Timber Green #254C2A

Color information

#254C2A (or 0x254C2A) is unknown color: approx Timber Green. HEX triplet: 25, 4C and 2A. RGB value is (37,76,42). Sum of RGB (Red+Green+Blue) = 37+76+42=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #254C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254C2A is #DAB3D5. Grayscale: #3C3C3C. Windows color (decimal): -14332886 or 2772005. OLE color: 2772005.

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

Color convert

RGB377642-
CMYK0.5100.450.70
HSL127.69º34.51%22.16%-
HSV(B)127.69º51.32%29.8%-
XYZ3.775.733.1-
YUV60.46117.58111.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 76 (30.08% from 255) = 49.03%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=23.87%
G=49.03%
B=27.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3776420.5100.450.70127.6934.5122.16
Hex254C2A3302D46802316
Octal4511452630551062004326
Binary1001011001100101010110011010110110001101000000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,76,42); }

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

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

 a { background-color: rgb(37,76,42); }

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

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

 span { border-color: rgb(37,76,42); }

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