#2A4D2F

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

Shades of Timber Green #2A4D2F

Tints of Timber Green #2A4D2F

Color information

#2A4D2F (or 0x2A4D2F) is unknown color: approx Timber Green. HEX triplet: 2A, 4D and 2F. RGB value is (42,77,47). Sum of RGB (Red+Green+Blue) = 42+77+47=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4D2F is #D5B2D0. Grayscale: #3F3F3F. Windows color (decimal): -14004945 or 3099946. OLE color: 3099946.

HSL color Cylindrical-coordinate representation of color #2A4D2F: hue angle of 128.57º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4D2F is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB427747-
CMYK0.4500.390.70
HSL128.57º29.41%23.33%-
HSV(B)128.57º45.45%30.2%-
XYZ4.126.013.63-
YUV63.11118.9112.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=25.30%
G=46.39%
B=28.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4277470.4500.390.70128.5729.4123.33
Hex2A4D2F2D02746811d17
Octal5211557550471062013527
Binary101010100110110111110110101001111000110100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4D2F; }

 p { color: rgb(42,77,47); }

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

<style>
 a { background-color: #2A4D2F; }

 a { background-color: rgb(42,77,47); }

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

<style>
 span { border-color: #2A4D2F; }

 span { border-color: rgb(42,77,47); }

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