#2A8E27

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

Shades of Forest Green #2A8E27

Tints of Forest Green #2A8E27

Color information

#2A8E27 (or 0x2A8E27) is unknown color: approx Forest Green. HEX triplet: 2A, 8E and 27. RGB value is (42,142,39). Sum of RGB (Red+Green+Blue) = 42+142+39=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8E27 is #D571D8. Grayscale: #646464. Windows color (decimal): -13988313 or 2592298. OLE color: 2592298.

HSL color Cylindrical-coordinate representation of color #2A8E27: hue angle of 118.25º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A8E27 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB4214239-
CMYK0.7000.730.44
HSL118.25º56.91%35.49%-
HSV(B)118.25º72.54%55.69%-
XYZ10.9919.985.2-
YUV100.3693.3786.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 142 (55.86% from 255) = 63.68%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=18.83%
G=63.68%
B=17.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42142390.7000.730.44118.2556.9135.49
Hex2A8E27460492C763923
Octal52216471060111541667143
Binary101010100011101001111000110010010011011001110110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,142,39); }

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

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

 a { background-color: rgb(42,142,39); }

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

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

 span { border-color: rgb(42,142,39); }

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