#2A8C15

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

Shades of Forest Green #2A8C15

Tints of Forest Green #2A8C15

Color information

#2A8C15 (or 0x2A8C15) is unknown color: approx Forest Green. HEX triplet: 2A, 8C and 15. RGB value is (42,140,21). Sum of RGB (Red+Green+Blue) = 42+140+21=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8C15 is #D573EA. Grayscale: #616161. Windows color (decimal): -13988843 or 1412138. OLE color: 1412138.

HSL color Cylindrical-coordinate representation of color #2A8C15: hue angle of 109.41º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A8C15 is Cyan = 0.7, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB4214021-
CMYK0.700.850.45
HSL109.41º73.91%31.57%-
HSV(B)109.41º85%54.9%-
XYZ10.4719.33.88-
YUV97.1385.0388.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 140 (55.08% from 255) = 68.97%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=20.69%
G=68.97%
B=10.34%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42140210.700.850.45109.4173.9131.57
Hex2A8C15460552D6d4a20
Octal522142510601255515511240
Binary101010100011001010110001100101010110110111011011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,140,21); }

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

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

 a { background-color: rgb(42,140,21); }

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

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

 span { border-color: rgb(42,140,21); }

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