#2C9C1F

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

Shades of Forest Green #2C9C1F

Tints of Forest Green #2C9C1F

Color information

#2C9C1F (or 0x2C9C1F) is unknown color: approx Forest Green. HEX triplet: 2C, 9C and 1F. RGB value is (44,156,31). Sum of RGB (Red+Green+Blue) = 44+156+31=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #2C9C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9C1F is #D363E0. Grayscale: #6C6C6C. Windows color (decimal): -13853665 or 2071596. OLE color: 2071596.

HSL color Cylindrical-coordinate representation of color #2C9C1F: hue angle of 113.76º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C9C1F is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB4415631-
CMYK0.7200.800.39
HSL113.76º66.84%36.67%-
HSV(B)113.76º80.13%61.18%-
XYZ13.1724.415.31-
YUV108.2684.3982.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 156 (61.33% from 255) = 67.53%
BLUE value IS 31 (12.5% from 255) = 13.42%
R=19.05%
G=67.53%
B=13.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44156310.7200.800.39113.7666.8436.67
Hex2C9C1F4805027724325
Octal542343711001204716210345
Binary101100100111001111110010000101000010011111100101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,156,31); }

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

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

 a { background-color: rgb(44,156,31); }

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

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

 span { border-color: rgb(44,156,31); }

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