Html Css Color HEX #1F8220 Forest Green

📋 copy color: '#1F8220'

red 31 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #1F8220

Tints of Forest Green #1F8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 67.36%

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 16.06%
G = 67.36%
B = 16.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#1F8220 (or 0x1F8220) is known color: Forest Green. HEX triplet: 1F, 82 and 20. RGB value is (31,130,32). Sum of RGB (Red+Green+Blue) = 31+130+32=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8220 is #E07DDF. Grayscale: #595959. Windows color (decimal): -14712288 or 2130463. OLE color: 2130463.

HSL color Cylindrical-coordinate representation of color #1F8220: hue angle of 120.61º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8220 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 32 -
CMYK 0.76 0 0.75 0.49
HSL 120.61º 0.61% 0.32% -
HSV(B) 120.61º 0.76% 0.51% -
XYZ 8.81 16.36 4.06 -
YUV 89.23 95.7 86.47 -
System Red Green Blue C M Y K H S L
Decimal 31 130 32 0.76 0 0.75 0.49 120.61 0.61 0.32
Hex 1F 82 20 4C 0 4B 31 79 3D 20
Octal 37 202 40 114 0 113 61 171 75 40
Binary 11111 10000010 100000 1001100 0 1001011 110001 1111001 111101 100000

Color Harmonies of #1F8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8220

Black with #1F8220

Text Example


Text Example

White with #1F8220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,130,32); }

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

background-color css

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

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

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

border-color css

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

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

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