#2A9206

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

Shades of Forest Green #2A9206

Tints of Forest Green #2A9206

Color information

#2A9206 (or 0x2A9206) is unknown color: approx Forest Green. HEX triplet: 2A, 92 and 06. RGB value is (42,146,6). Sum of RGB (Red+Green+Blue) = 42+146+6=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 146 (57.42% from 255 or 75.26% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9206 is #D56DF9. Grayscale: #636363. Windows color (decimal): -13987322 or 430634. OLE color: 430634.

HSL color Cylindrical-coordinate representation of color #2A9206: hue angle of 104.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A9206 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB421466-
CMYK0.7100.960.43
HSL104.57º92.11%29.8%-
HSV(B)104.57º95.89%57.25%-
XYZ11.2721.063.64-
YUV98.9475.5487.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 146 (57.42% from 255) = 75.26%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=21.65%
G=75.26%
B=3.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4214660.7100.960.43104.5792.1129.8
Hex2A926470602B695c1e
Octal52222610701405315113436
Binary101010100100101101000111011000001010111101001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,146,6); }

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

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

 a { background-color: rgb(42,146,6); }

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

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

 span { border-color: rgb(42,146,6); }

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