Html Css Color HEX #1FA61F Forest Green

📋 copy color: '#1FA61F'

red 31 ◦ green 166 ◦ blue 31

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

Shades of Forest Green #1FA61F

Tints of Forest Green #1FA61F

RGB

 RED value IS 31 (12.5% from 255) = 13.6%

 GREEN value IS 166 (65.23% from 255) = 72.81%

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

R = 13.6%
G = 72.81%
B = 13.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#1FA61F (or 0x1FA61F) is known color: Forest Green. HEX triplet: 1F, A6 and 1F. RGB value is (31,166,31). Sum of RGB (Red+Green+Blue) = 31+166+31=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 166 (65.23% from 255 or 72.81% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA61F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FA61F is #E059E0. Grayscale: #6E6E6E. Windows color (decimal): -14703073 or 2074143. OLE color: 2074143.

HSL color Cylindrical-coordinate representation of color #1FA61F: hue angle of 120º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA61F is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 166 31 -
CMYK 0.81 0 0.81 0.35
HSL 120º 0.69% 0.39% -
HSV(B) 120º 0.81% 0.65% -
XYZ 14.45 27.66 5.87 -
YUV 110.25 83.27 71.48 -
System Red Green Blue C M Y K H S L
Decimal 31 166 31 0.81 0 0.81 0.35 120 0.69 0.39
Hex 1F A6 1F 51 0 51 23 78 45 27
Octal 37 246 37 121 0 121 43 170 105 47
Binary 11111 10100110 11111 1010001 0 1010001 100011 1111000 1000101 100111

Color Harmonies of #1FA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA61F

Black with #1FA61F

Text Example


Text Example

White with #1FA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FA61F; }

 p { color: rgb(31,166,31); }

 H1.HeaderClassName
 {
   color: #1FA61F;
 }
 .AnyTagClassName
 {
   color: #1FA61F;
 }
</style>

background-color css

<style>
 a { background-color: #1FA61F; }

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

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

border-color css

<style>
 span { border-color: #1FA61F; }

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

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