#2A8933

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

Shades of Forest Green #2A8933

Tints of Forest Green #2A8933

Color information

#2A8933 (or 0x2A8933) is unknown color: approx Forest Green. HEX triplet: 2A, 89 and 33. RGB value is (42,137,51). Sum of RGB (Red+Green+Blue) = 42+137+51=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8933 is #D576CC. Grayscale: #636363. Windows color (decimal): -13989581 or 3377450. OLE color: 3377450.

HSL color Cylindrical-coordinate representation of color #2A8933: hue angle of 125.68º 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 #2A8933 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB4213751-
CMYK0.6900.630.46
HSL125.68º53.07%35.1%-
HSV(B)125.68º69.34%53.73%-
XYZ10.518.626.17-
YUV98.79101.0387.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 137 (53.91% from 255) = 59.57%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=18.26%
G=59.57%
B=22.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137510.6900.630.46125.6853.0735.1
Hex2A89334503F2E7e3523
Octal5221163105077561766543
Binary10101010001001110011100010101111111011101111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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