#2F953A

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

Shades of Forest Green #2F953A

Tints of Forest Green #2F953A

Color information

#2F953A (or 0x2F953A) is unknown color: approx Forest Green. HEX triplet: 2F, 95 and 3A. RGB value is (47,149,58). Sum of RGB (Red+Green+Blue) = 47+149+58=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #2F953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F953A is #D06AC5. Grayscale: #6C6C6C. Windows color (decimal): -13658822 or 3839279. OLE color: 3839279.

HSL color Cylindrical-coordinate representation of color #2F953A: hue angle of 126.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F953A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB4714958-
CMYK0.6800.610.42
HSL126.47º52.04%38.43%-
HSV(B)126.47º68.46%58.43%-
XYZ12.6822.47.66-
YUV108.1399.7184.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 149 (58.59% from 255) = 58.66%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=18.50%
G=58.66%
B=22.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149580.6800.610.42126.4752.0438.43
Hex2F953A4403D2A7e3426
Octal5722572104075521766446
Binary10111110010101111010100010001111011010101111110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,149,58); }

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

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

 a { background-color: rgb(47,149,58); }

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

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

 span { border-color: rgb(47,149,58); }

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