#2C912A

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

Shades of Forest Green #2C912A

Tints of Forest Green #2C912A

Color information

#2C912A (or 0x2C912A) is unknown color: approx Forest Green. HEX triplet: 2C, 91 and 2A. RGB value is (44,145,42). Sum of RGB (Red+Green+Blue) = 44+145+42=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #2C912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C912A is #D36ED5. Grayscale: #676767. Windows color (decimal): -13856470 or 2789676. OLE color: 2789676.

HSL color Cylindrical-coordinate representation of color #2C912A: hue angle of 118.83º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C912A is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB4414542-
CMYK0.7000.710.43
HSL118.83º55.08%36.67%-
HSV(B)118.83º71.03%56.86%-
XYZ11.5820.955.62-
YUV103.0693.5485.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 145 (57.03% from 255) = 62.77%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=19.05%
G=62.77%
B=18.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44145420.7000.710.43118.8355.0836.67
Hex2C912A460472B773725
Octal54221521060107531676745
Binary101100100100011010101000110010001111010111110111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,145,42); }

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

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

 a { background-color: rgb(44,145,42); }

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

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

 span { border-color: rgb(44,145,42); }

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