Html Css Color HEX #2F8D1F Forest Green

📋 copy color: '#2F8D1F'

red 47 ◦ green 141 ◦ blue 31

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

Shades of Forest Green #2F8D1F

Tints of Forest Green #2F8D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.38%

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

R = 21.46%
G = 64.38%
B = 14.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#2F8D1F (or 0x2F8D1F) is known color: Forest Green. HEX triplet: 2F, 8D and 1F. RGB value is (47,141,31). Sum of RGB (Red+Green+Blue) = 47+141+31=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8D1F is #D072E0. Grayscale: #646464. Windows color (decimal): -13660897 or 2067759. OLE color: 2067759.

HSL color Cylindrical-coordinate representation of color #2F8D1F: hue angle of 111.27º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F8D1F is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 141 31 -
CMYK 0.67 0 0.78 0.45
HSL 111.27º 0.64% 0.34% -
HSV(B) 111.27º 0.78% 0.55% -
XYZ 10.94 19.75 4.53 -
YUV 100.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 47 141 31 0.67 0 0.78 0.45 111.27 0.64 0.34
Hex 2F 8D 1F 43 0 4E 2D 6F 40 22
Octal 57 215 37 103 0 116 55 157 100 42
Binary 101111 10001101 11111 1000011 0 1001110 101101 1101111 1000000 100010

Color Harmonies of #2F8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8D1F

Black with #2F8D1F

Text Example


Text Example

White with #2F8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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