#2CAE1B

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

Shades of Forest Green #2CAE1B

Tints of Forest Green #2CAE1B

Color information

#2CAE1B (or 0x2CAE1B) is unknown color: approx Forest Green. HEX triplet: 2C, AE and 1B. RGB value is (44,174,27). Sum of RGB (Red+Green+Blue) = 44+174+27=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #2CAE1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAE1B is #D351E4. Grayscale: #767676. Windows color (decimal): -13849061 or 1814060. OLE color: 1814060.

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

Color convert

RGB4417427-
CMYK0.7500.840.32
HSL113.06º73.13%39.41%-
HSV(B)113.06º84.48%68.24%-
XYZ16.3730.896.14-
YUV118.3776.4374.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 174 (68.36% from 255) = 71.02%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=17.96%
G=71.02%
B=11.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44174270.7500.840.32113.0673.1339.41
Hex2CAE1B4B05420714927
Octal542563311301244016111147
Binary101100101011101101110010110101010010000011100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,174,27); }

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

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

 a { background-color: rgb(44,174,27); }

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

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

 span { border-color: rgb(44,174,27); }

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