Html Css Color HEX #1FAC2F Forest Green

📋 copy color: '#1FAC2F'

red 31 ◦ green 172 ◦ blue 47

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

Shades of Forest Green #1FAC2F

Tints of Forest Green #1FAC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 68.8%

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 12.4%
G = 68.8%
B = 18.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#1FAC2F (or 0x1FAC2F) is known color: Forest Green. HEX triplet: 1F, AC and 2F. RGB value is (31,172,47). Sum of RGB (Red+Green+Blue) = 31+172+47=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FAC2F is #E053D0. Grayscale: #737373. Windows color (decimal): -14701521 or 3124255. OLE color: 3124255.

HSL color Cylindrical-coordinate representation of color #1FAC2F: hue angle of 126.81º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC2F is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 172 47 -
CMYK 0.82 0 0.73 0.33
HSL 126.81º 0.69% 0.4% -
HSV(B) 126.81º 0.82% 0.67% -
XYZ 15.83 30 7.65 -
YUV 115.59 89.29 67.66 -
System Red Green Blue C M Y K H S L
Decimal 31 172 47 0.82 0 0.73 0.33 126.81 0.69 0.4
Hex 1F AC 2F 52 0 49 21 7F 45 28
Octal 37 254 57 122 0 111 41 177 105 50
Binary 11111 10101100 101111 1010010 0 1001001 100001 1111111 1000101 101000

Color Harmonies of #1FAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAC2F

Black with #1FAC2F

Text Example


Text Example

White with #1FAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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