#2a8e0f

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

Shades of Forest Green #2A8E0F

Tints of Forest Green #2A8E0F

Color information

#2A8E0F (or 0x2A8E0F) is unknown color: approx Forest Green. HEX triplet: 2A, 8E and 0F. RGB value is (42,142,15). Sum of RGB (Red+Green+Blue) = 42+142+15=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 142 (55.86% from 255 or 71.36% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 142 - color contains mainly: green. Hex color #2A8E0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8E0F is #D571F0. Grayscale: #626262. Windows color (decimal): -13988337 or 1019434. OLE color: 1019434.

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

Color convert

RGB4214215-
CMYK0.7000.890.44
HSL107.24º80.89%30.78%-
HSV(B)107.24º89.44%55.69%-
XYZ10.7119.873.72-
YUV97.6281.3788.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.11%
GREEN value IS 142 (55.86% from 255) = 71.36%
BLUE value IS 15 (6.25% from 255) = 7.54%
R=21.11%
G=71.36%
B=7.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal42142150.7000.890.44107.2480.8930.78
Hex2A8EF460592C6b511f
Octal522161710601315415312137
Binary1010101000111011111000110010110011011001101011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a8e0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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