#2A8609

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

Shades of Forest Green #2A8609

Tints of Forest Green #2A8609

Color information

#2A8609 (or 0x2A8609) is unknown color: approx Forest Green. HEX triplet: 2A, 86 and 09. RGB value is (42,134,9). Sum of RGB (Red+Green+Blue) = 42+134+9=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 134 (52.73% from 255 or 72.43% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8609 is #D579F6. Grayscale: #5C5C5C. Windows color (decimal): -13990391 or 624170. OLE color: 624170.

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

Color convert

RGB421349-
CMYK0.6900.930.47
HSL104.16º87.41%28.04%-
HSV(B)104.16º93.28%52.55%-
XYZ9.5317.563.15-
YUV92.2481.0292.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 134 (52.73% from 255) = 72.43%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=22.70%
G=72.43%
B=4.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4213490.6900.930.47104.1687.4128.04
Hex2A8694505D2F68571c
Octal522061110501355715012734
Binary1010101000011010011000101010111011011111101000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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