#2F8B25

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

Shades of Forest Green #2F8B25

Tints of Forest Green #2F8B25

Color information

#2F8B25 (or 0x2F8B25) is unknown color: approx Forest Green. HEX triplet: 2F, 8B and 25. RGB value is (47,139,37). Sum of RGB (Red+Green+Blue) = 47+139+37=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8B25 is #D074DA. Grayscale: #646464. Windows color (decimal): -13661403 or 2460463. OLE color: 2460463.

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

Color convert

RGB4713937-
CMYK0.6600.730.45
HSL114.12º57.95%34.51%-
HSV(B)114.12º73.38%54.51%-
XYZ10.7419.24.89-
YUV99.8692.5290.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 139 (54.69% from 255) = 62.33%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=21.08%
G=62.33%
B=16.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47139370.6600.730.45114.1257.9534.51
Hex2F8B25420492D723a23
Octal57213451020111551627243
Binary101111100010111001011000010010010011011011110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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