#2F962D

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

Shades of Forest Green #2F962D

Tints of Forest Green #2F962D

Color information

#2F962D (or 0x2F962D) is unknown color: approx Forest Green. HEX triplet: 2F, 96 and 2D. RGB value is (47,150,45). Sum of RGB (Red+Green+Blue) = 47+150+45=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #2F962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F962D is #D069D2. Grayscale: #6B6B6B. Windows color (decimal): -13658579 or 2987567. OLE color: 2987567.

HSL color Cylindrical-coordinate representation of color #2F962D: hue angle of 118.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F962D is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB4715045-
CMYK0.6900.700.41
HSL118.86º53.85%38.24%-
HSV(B)118.86º70%58.82%-
XYZ12.5522.616.18-
YUV107.2392.8885.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 150 (58.98% from 255) = 61.98%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=19.42%
G=61.98%
B=18.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47150450.6900.700.41118.8653.8538.24
Hex2F962D4504629773626
Octal57226551050106511676646
Binary101111100101101011011000101010001101010011110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,150,45); }

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

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

 a { background-color: rgb(47,150,45); }

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

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

 span { border-color: rgb(47,150,45); }

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