#2F992A

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

Shades of Forest Green #2F992A

Tints of Forest Green #2F992A

Color information

#2F992A (or 0x2F992A) is unknown color: approx Forest Green. HEX triplet: 2F, 99 and 2A. RGB value is (47,153,42). Sum of RGB (Red+Green+Blue) = 47+153+42=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #2F992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F992A is #D066D5. Grayscale: #6C6C6C. Windows color (decimal): -13657814 or 2791727. OLE color: 2791727.

HSL color Cylindrical-coordinate representation of color #2F992A: hue angle of 117.3º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F992A is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB4715342-
CMYK0.6900.730.4
HSL117.3º56.92%38.24%-
HSV(B)117.3º72.55%60%-
XYZ12.9823.556.05-
YUV108.6590.3884.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 153 (60.16% from 255) = 63.22%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=19.42%
G=63.22%
B=17.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47153420.6900.730.4117.356.9238.24
Hex2F992A4504928753926
Octal57231521050111501657146
Binary101111100110011010101000101010010011010001110101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,153,42); }

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

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

 a { background-color: rgb(47,153,42); }

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

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

 span { border-color: rgb(47,153,42); }

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