#2CAD1E

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

Shades of Forest Green #2CAD1E

Tints of Forest Green #2CAD1E

Color information

#2CAD1E (or 0x2CAD1E) is unknown color: approx Forest Green. HEX triplet: 2C, AD and 1E. RGB value is (44,173,30). Sum of RGB (Red+Green+Blue) = 44+173+30=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 173 (67.97% from 255 or 70.04% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 173 - color contains mainly: green. Hex color #2CAD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAD1E is #D352E1. Grayscale: #767676. Windows color (decimal): -13849314 or 2010412. OLE color: 2010412.

HSL color Cylindrical-coordinate representation of color #2CAD1E: hue angle of 114.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CAD1E is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB4417330-
CMYK0.7500.830.32
HSL114.13º70.44%39.8%-
HSV(B)114.13º82.66%67.84%-
XYZ16.2230.526.26-
YUV118.1378.2675.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 173 (67.97% from 255) = 70.04%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=17.81%
G=70.04%
B=12.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44173300.7500.830.32114.1370.4439.8
Hex2CAD1E4B05320724628
Octal542553611301234016210650
Binary101100101011011111010010110101001110000011100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,173,30); }

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

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

 a { background-color: rgb(44,173,30); }

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

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

 span { border-color: rgb(44,173,30); }

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