Html Css Color HEX #2F861F Forest Green

📋 copy color: '#2F861F'

red 47 ◦ green 134 ◦ blue 31

#2F861F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2F861F

Tints of Forest Green #2F861F

RGB

 RED value IS 47 (18.75% from 255) = 22.17%

 GREEN value IS 134 (52.73% from 255) = 63.21%

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 22.17%
G = 63.21%
B = 14.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#2F861F (or 0x2F861F) is known color: Forest Green. HEX triplet: 2F, 86 and 1F. RGB value is (47,134,31). Sum of RGB (Red+Green+Blue) = 47+134+31=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #2F861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F861F is #D079E0. Grayscale: #606060. Windows color (decimal): -13662689 or 2065967. OLE color: 2065967.

HSL color Cylindrical-coordinate representation of color #2F861F: hue angle of 110.68º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F861F is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 134 31 -
CMYK 0.65 0 0.77 0.47
HSL 110.68º 0.62% 0.32% -
HSV(B) 110.68º 0.77% 0.53% -
XYZ 9.94 17.75 4.2 -
YUV 96.25 91.18 92.88 -
System Red Green Blue C M Y K H S L
Decimal 47 134 31 0.65 0 0.77 0.47 110.68 0.62 0.32
Hex 2F 86 1F 41 0 4D 2F 6F 3E 20
Octal 57 206 37 101 0 115 57 157 76 40
Binary 101111 10000110 11111 1000001 0 1001101 101111 1101111 111110 100000

Color Harmonies of #2F861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F861F

Black with #2F861F

Text Example


Text Example

White with #2F861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,134,31); }

 H1.HeaderClassName
 {
   color: #2F861F;
 }
 .AnyTagClassName
 {
   color: #2F861F;
 }
</style>

background-color css

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

 a { background-color: rgb(47,134,31); }

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

border-color css

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

 span { border-color: rgb(47,134,31); }

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