#2A9315

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

Shades of Forest Green #2A9315

Tints of Forest Green #2A9315

Color information

#2A9315 (or 0x2A9315) is unknown color: approx Forest Green. HEX triplet: 2A, 93 and 15. RGB value is (42,147,21). Sum of RGB (Red+Green+Blue) = 42+147+21=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9315 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9315 is #D56CEA. Grayscale: #656565. Windows color (decimal): -13987051 or 1413930. OLE color: 1413930.

HSL color Cylindrical-coordinate representation of color #2A9315: hue angle of 110º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A9315 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB4214721-
CMYK0.7100.860.42
HSL110º75%32.94%-
HSV(B)110º85.71%57.65%-
XYZ11.5221.414.24-
YUV101.2482.7185.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 147 (57.81% from 255) = 70%
BLUE value IS 21 (8.59% from 255) = 10%
R=20%
G=70%
B=10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147210.7100.860.421107532.94
Hex2A9315470562A6e4b21
Octal522232510701265215611341
Binary101010100100111010110001110101011010101011011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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