#2F9A2A

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

Shades of Forest Green #2F9A2A

Tints of Forest Green #2F9A2A

Color information

#2F9A2A (or 0x2F9A2A) is unknown color: approx Forest Green. HEX triplet: 2F, 9A and 2A. RGB value is (47,154,42). Sum of RGB (Red+Green+Blue) = 47+154+42=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #2F9A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9A2A is #D065D5. Grayscale: #6D6D6D. Windows color (decimal): -13657558 or 2791983. OLE color: 2791983.

HSL color Cylindrical-coordinate representation of color #2F9A2A: hue angle of 117.32º 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 #2F9A2A is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB4715442-
CMYK0.6900.730.40
HSL117.32º57.14%38.43%-
HSV(B)117.32º72.73%60.39%-
XYZ13.1523.886.11-
YUV109.2490.0583.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 154 (60.55% from 255) = 63.37%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=19.34%
G=63.37%
B=17.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47154420.6900.730.40117.3257.1438.43
Hex2F9A2A4504928753926
Octal57232521050111501657146
Binary101111100110101010101000101010010011010001110101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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