#2A8923

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

Shades of Forest Green #2A8923

Tints of Forest Green #2A8923

Color information

#2A8923 (or 0x2A8923) is unknown color: approx Forest Green. HEX triplet: 2A, 89 and 23. RGB value is (42,137,35). Sum of RGB (Red+Green+Blue) = 42+137+35=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8923 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8923 is #D576DC. Grayscale: #616161. Windows color (decimal): -13989597 or 2328874. OLE color: 2328874.

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

Color convert

RGB4213735-
CMYK0.6900.740.46
HSL115.88º59.3%33.73%-
HSV(B)115.88º74.45%53.73%-
XYZ10.218.54.62-
YUV96.9793.0388.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 137 (53.91% from 255) = 64.02%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=19.63%
G=64.02%
B=16.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137350.6900.740.46115.8859.333.73
Hex2A89234504A2E743b22
Octal52211431050112561647342
Binary101010100010011000111000101010010101011101110100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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