#2DA20E

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

Shades of Forest Green #2DA20E

Tints of Forest Green #2DA20E

Color information

#2DA20E (or 0x2DA20E) is unknown color: approx Forest Green. HEX triplet: 2D, A2 and 0E. RGB value is (45,162,14). Sum of RGB (Red+Green+Blue) = 45+162+14=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA20E is #D25DF1. Grayscale: #6E6E6E. Windows color (decimal): -13786610 or 959021. OLE color: 959021.

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

Color convert

RGB4516214-
CMYK0.7200.910.36
HSL107.43º84.09%34.51%-
HSV(B)107.43º91.36%63.53%-
XYZ14.0826.434.77-
YUV110.1473.7481.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 162 (63.67% from 255) = 73.30%
BLUE value IS 14 (5.86% from 255) = 6.33%
R=20.36%
G=73.30%
B=6.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162140.7200.910.36107.4384.0934.51
Hex2DA2E4805B246b5423
Octal552421611001334415312443
Binary10110110100010111010010000101101110010011010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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