#2F8B1D

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

Shades of Forest Green #2F8B1D

Tints of Forest Green #2F8B1D

Color information

#2F8B1D (or 0x2F8B1D) is unknown color: approx Forest Green. HEX triplet: 2F, 8B and 1D. RGB value is (47,139,29). Sum of RGB (Red+Green+Blue) = 47+139+29=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8B1D is #D074E2. Grayscale: #636363. Windows color (decimal): -13661411 or 1936175. OLE color: 1936175.

HSL color Cylindrical-coordinate representation of color #2F8B1D: hue angle of 110.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F8B1D is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB4713929-
CMYK0.6600.790.45
HSL110.18º65.48%32.94%-
HSV(B)110.18º79.14%54.51%-
XYZ10.6319.164.3-
YUV98.9588.5290.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 139 (54.69% from 255) = 64.65%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=21.86%
G=64.65%
B=13.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47139290.6600.790.45110.1865.4832.94
Hex2F8B1D4204F2D6e4121
Octal572133510201175515610141
Binary101111100010111110110000100100111110110111011101000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,139,29); }

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

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

 a { background-color: rgb(47,139,29); }

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

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

 span { border-color: rgb(47,139,29); }

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