#2A8801

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

Shades of Forest Green #2A8801

Tints of Forest Green #2A8801

Color information

#2A8801 (or 0x2A8801) is unknown color: approx Forest Green. HEX triplet: 2A, 88 and 01. RGB value is (42,136,1). Sum of RGB (Red+Green+Blue) = 42+136+1=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 136 (53.52% from 255 or 75.98% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8801 is #D577FE. Grayscale: #5C5C5C. Windows color (decimal): -13989887 or 100394. OLE color: 100394.

HSL color Cylindrical-coordinate representation of color #2A8801: hue angle of 101.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A8801 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB421361-
CMYK0.6900.990.47
HSL101.78º98.54%26.86%-
HSV(B)101.78º99.26%53.33%-
XYZ9.7618.13.01-
YUV92.576.3691.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 136 (53.52% from 255) = 75.98%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=23.46%
G=75.98%
B=0.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4213610.6900.990.47101.7898.5426.86
Hex2A881450632F66631b
Octal52210110501435714614333
Binary1010101000100011000101011000111011111100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,136,1); }

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

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

 a { background-color: rgb(42,136,1); }

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

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

 span { border-color: rgb(42,136,1); }

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