#2DA215

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

Shades of Forest Green #2DA215

Tints of Forest Green #2DA215

Color information

#2DA215 (or 0x2DA215) is unknown color: approx Forest Green. HEX triplet: 2D, A2 and 15. RGB value is (45,162,21). Sum of RGB (Red+Green+Blue) = 45+162+21=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 162 (63.67% from 255 or 71.05% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA215 is #D25DEA. Grayscale: #6F6F6F. Windows color (decimal): -13786603 or 1417773. OLE color: 1417773.

HSL color Cylindrical-coordinate representation of color #2DA215: hue angle of 109.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DA215 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB4516221-
CMYK0.7200.870.36
HSL109.79º77.05%35.88%-
HSV(B)109.79º87.04%63.53%-
XYZ14.1426.455.07-
YUV110.9477.2480.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.74%
GREEN value IS 162 (63.67% from 255) = 71.05%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=19.74%
G=71.05%
B=9.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162210.7200.870.36109.7977.0535.88
Hex2DA21548057246e4d24
Octal552422511001274415611544
Binary101101101000101010110010000101011110010011011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,21); }

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

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

 a { background-color: rgb(45,162,21); }

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

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

 span { border-color: rgb(45,162,21); }

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