#2DA213

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

Shades of Forest Green #2DA213

Tints of Forest Green #2DA213

Color information

#2DA213 (or 0x2DA213) is unknown color: approx Forest Green. HEX triplet: 2D, A2 and 13. RGB value is (45,162,19). Sum of RGB (Red+Green+Blue) = 45+162+19=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 162 (63.67% from 255 or 71.68% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA213 is #D25DEC. Grayscale: #6F6F6F. Windows color (decimal): -13786605 or 1286701. OLE color: 1286701.

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

Color convert

RGB4516219-
CMYK0.7200.880.36
HSL109.09º79.01%35.49%-
HSV(B)109.09º88.27%63.53%-
XYZ14.1226.454.98-
YUV110.7176.2481.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 162 (63.67% from 255) = 71.68%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=19.91%
G=71.68%
B=8.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162190.7200.880.36109.0979.0135.49
Hex2DA21348058246d4f23
Octal552422311001304415511743
Binary101101101000101001110010000101100010010011011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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