#2A892E

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

Shades of Forest Green #2A892E

Tints of Forest Green #2A892E

Color information

#2A892E (or 0x2A892E) is unknown color: approx Forest Green. HEX triplet: 2A, 89 and 2E. RGB value is (42,137,46). Sum of RGB (Red+Green+Blue) = 42+137+46=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 137 (53.91% from 255 or 60.89% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 137 - color contains mainly: green. Hex color #2A892E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A892E is #D576D1. Grayscale: #626262. Windows color (decimal): -13989586 or 3049770. OLE color: 3049770.

HSL color Cylindrical-coordinate representation of color #2A892E: hue angle of 122.53º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A892E is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB4213746-
CMYK0.6900.660.46
HSL122.53º53.07%35.1%-
HSV(B)122.53º69.34%53.73%-
XYZ10.3918.585.62-
YUV98.2298.5387.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.67%
GREEN value IS 137 (53.91% from 255) = 60.89%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=18.67%
G=60.89%
B=20.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137460.6900.660.46122.5353.0735.1
Hex2A892E450422E7b3523
Octal52211561050102561736543
Binary101010100010011011101000101010000101011101111011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A892E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,137,46); }

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

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

 a { background-color: rgb(42,137,46); }

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

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

 span { border-color: rgb(42,137,46); }

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