Html Css Color HEX #1F8413 Forest Green

📋 copy color: '#1F8413'

red 31 ◦ green 132 ◦ blue 19

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

Shades of Forest Green #1F8413

Tints of Forest Green #1F8413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 72.53%

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 17.03%
G = 72.53%
B = 10.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#1F8413 (or 0x1F8413) is known color: Forest Green. HEX triplet: 1F, 84 and 13. RGB value is (31,132,19). Sum of RGB (Red+Green+Blue) = 31+132+19=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8413 is #E07BEC. Grayscale: #595959. Windows color (decimal): -14711789 or 1279007. OLE color: 1279007.

HSL color Cylindrical-coordinate representation of color #1F8413: hue angle of 113.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F8413 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 132 19 -
CMYK 0.77 0 0.86 0.48
HSL 113.63º 0.75% 0.3% -
HSV(B) 113.63º 0.86% 0.52% -
XYZ 8.93 16.84 3.4 -
YUV 88.92 88.54 86.69 -
System Red Green Blue C M Y K H S L
Decimal 31 132 19 0.77 0 0.86 0.48 113.63 0.75 0.3
Hex 1F 84 13 4D 0 56 30 72 4B 1E
Octal 37 204 23 115 0 126 60 162 113 36
Binary 11111 10000100 10011 1001101 0 1010110 110000 1110010 1001011 11110

Color Harmonies of #1F8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8413

Black with #1F8413

Text Example


Text Example

White with #1F8413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,132,19); }

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

background-color css

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

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

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

border-color css

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

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

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