#254B2A

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

Shades of Timber Green #254B2A

Tints of Timber Green #254B2A

Color information

#254B2A (or 0x254B2A) is unknown color: approx Timber Green. HEX triplet: 25, 4B and 2A. RGB value is (37,75,42). Sum of RGB (Red+Green+Blue) = 37+75+42=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #254B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B2A is #DAB4D5. Grayscale: #3B3B3B. Windows color (decimal): -14333142 or 2771749. OLE color: 2771749.

HSL color Cylindrical-coordinate representation of color #254B2A: hue angle of 127.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B2A is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB377542-
CMYK0.5100.440.71
HSL127.89º33.93%21.96%-
HSV(B)127.89º50.67%29.41%-
XYZ3.75.593.08-
YUV59.88117.91111.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=24.03%
G=48.70%
B=27.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775420.5100.440.71127.8933.9321.96
Hex254B2A3302C47802216
Octal4511352630541072004226
Binary1001011001011101010110011010110010001111000000010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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