Html Css Color HEX #1F8011 Forest Green

📋 copy color: '#1F8011'

red 31 ◦ green 128 ◦ blue 17

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

Shades of Forest Green #1F8011

Tints of Forest Green #1F8011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 72.73%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 17.61%
G = 72.73%
B = 9.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#1F8011 (or 0x1F8011) is known color: Forest Green. HEX triplet: 1F, 80 and 11. RGB value is (31,128,17). Sum of RGB (Red+Green+Blue) = 31+128+17=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 128 (50.39% from 255 or 72.73% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 128 - color contains mainly: green. Hex color #1F8011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8011 is #E07FEE. Grayscale: #565656. Windows color (decimal): -14712815 or 1146911. OLE color: 1146911.

HSL color Cylindrical-coordinate representation of color #1F8011: hue angle of 112.43º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8011 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 31 128 17 -
CMYK 0.76 0 0.87 0.50
HSL 112.43º 0.77% 0.28% -
HSV(B) 112.43º 0.87% 0.5% -
XYZ 8.39 15.77 3.13 -
YUV 86.34 88.86 88.53 -
System Red Green Blue C M Y K H S L
Decimal 31 128 17 0.76 0 0.87 0.50 112.43 0.77 0.28
Hex 1F 80 11 4C 0 57 32 70 4D 1C
Octal 37 200 21 114 0 127 62 160 115 34
Binary 11111 10000000 10001 1001100 0 1010111 110010 1110000 1001101 11100

Color Harmonies of #1F8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8011

Black with #1F8011

Text Example


Text Example

White with #1F8011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,128,17); }

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

background-color css

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

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

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

border-color css

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

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

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