#2A8726

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

Shades of Forest Green #2A8726

Tints of Forest Green #2A8726

Color information

#2A8726 (or 0x2A8726) is unknown color: approx Forest Green. HEX triplet: 2A, 87 and 26. RGB value is (42,135,38). Sum of RGB (Red+Green+Blue) = 42+135+38=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8726 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8726 is #D578D9. Grayscale: #606060. Windows color (decimal): -13990106 or 2524970. OLE color: 2524970.

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

Color convert

RGB4213538-
CMYK0.6900.720.47
HSL117.53º56.07%33.92%-
HSV(B)117.53º71.85%52.94%-
XYZ9.9717.964.77-
YUV96.1495.1989.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.53%
GREEN value IS 135 (53.12% from 255) = 62.79%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=19.53%
G=62.79%
B=17.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42135380.6900.720.47117.5356.0733.92
Hex2A8726450482F763822
Octal52207461050110571667042
Binary101010100001111001101000101010010001011111110110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,135,38); }

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

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

 a { background-color: rgb(42,135,38); }

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

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

 span { border-color: rgb(42,135,38); }

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