#2C861C

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

Shades of Forest Green #2C861C

Tints of Forest Green #2C861C

Color information

#2C861C (or 0x2C861C) is unknown color: approx Forest Green. HEX triplet: 2C, 86 and 1C. RGB value is (44,134,28). Sum of RGB (Red+Green+Blue) = 44+134+28=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #2C861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C861C is #D379E3. Grayscale: #5F5F5F. Windows color (decimal): -13859300 or 1869356. OLE color: 1869356.

HSL color Cylindrical-coordinate representation of color #2C861C: hue angle of 110.94º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C861C is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB4413428-
CMYK0.6700.790.47
HSL110.94º65.43%31.76%-
HSV(B)110.94º79.1%52.55%-
XYZ9.7717.673.99-
YUV95.0190.1891.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 134 (52.73% from 255) = 65.05%
BLUE value IS 28 (11.33% from 255) = 13.59%
R=21.36%
G=65.05%
B=13.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44134280.6700.790.47110.9465.4331.76
Hex2C861C4304F2F6f4120
Octal542063410301175715710140
Binary101100100001101110010000110100111110111111011111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C861C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,134,28); }

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

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

 a { background-color: rgb(44,134,28); }

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

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

 span { border-color: rgb(44,134,28); }

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