Html Css Color HEX #1F8221 Forest Green

📋 copy color: '#1F8221'

red 31 ◦ green 130 ◦ blue 33

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

Shades of Forest Green #1F8221

Tints of Forest Green #1F8221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 15.98%
G = 67.01%
B = 17.01%

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

#1F8221 (or 0x1F8221) is known color: Forest Green. HEX triplet: 1F, 82 and 21. RGB value is (31,130,33). Sum of RGB (Red+Green+Blue) = 31+130+33=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8221 is #E07DDE. Grayscale: #595959. Windows color (decimal): -14712287 or 2195999. OLE color: 2195999.

HSL color Cylindrical-coordinate representation of color #1F8221: hue angle of 121.21º 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 #1F8221 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 33 -
CMYK 0.76 0 0.75 0.49
HSL 121.21º 0.61% 0.32% -
HSV(B) 121.21º 0.76% 0.51% -
XYZ 8.82 16.37 4.13 -
YUV 89.34 96.2 86.39 -
System Red Green Blue C M Y K H S L
Decimal 31 130 33 0.76 0 0.75 0.49 121.21 0.61 0.32
Hex 1F 82 21 4C 0 4B 31 79 3D 20
Octal 37 202 41 114 0 113 61 171 75 40
Binary 11111 10000010 100001 1001100 0 1001011 110001 1111001 111101 100000

Color Harmonies of #1F8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8221

Black with #1F8221

Text Example


Text Example

White with #1F8221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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