#2A8605

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

Shades of Forest Green #2A8605

Tints of Forest Green #2A8605

Color information

#2A8605 (or 0x2A8605) is unknown color: approx Forest Green. HEX triplet: 2A, 86 and 05. RGB value is (42,134,5). Sum of RGB (Red+Green+Blue) = 42+134+5=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8605 is #D579FA. Grayscale: #5C5C5C. Windows color (decimal): -13990395 or 362026. OLE color: 362026.

HSL color Cylindrical-coordinate representation of color #2A8605: hue angle of 102.79º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A8605 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB421345-
CMYK0.6900.960.47
HSL102.79º92.81%27.25%-
HSV(B)102.79º96.27%52.55%-
XYZ9.5117.553.03-
YUV91.7979.0292.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 134 (52.73% from 255) = 74.03%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=23.20%
G=74.03%
B=2.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4213450.6900.960.47102.7992.8127.25
Hex2A865450602F675d1b
Octal52206510501405714713533
Binary101010100001101011000101011000001011111100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,134,5); }

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

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

 a { background-color: rgb(42,134,5); }

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

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

 span { border-color: rgb(42,134,5); }

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