#1F8613

Color #1F8613 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1F8613

Tints of Forest Green #1F8613

Color information

#1F8613 (or 0x1F8613) is unknown color: approx Forest Green. HEX triplet: 1F, 86 and 13. RGB value is (31,134,19). Sum of RGB (Red+Green+Blue) = 31+134+19=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 134 (52.73% from 255 or 72.83% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8613 is #E079EC. Grayscale: #5A5A5A. Windows color (decimal): -14711277 or 1279519. OLE color: 1279519.

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

Color convert

RGB3113419-
CMYK0.7700.860.47
HSL113.74º75.16%30%-
HSV(B)113.74º85.82%52.55%-
XYZ9.2117.393.49-
YUV90.0987.8885.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 134 (52.73% from 255) = 72.83%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=16.85%
G=72.83%
B=10.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31134190.7700.860.47113.7475.1630
Hex1F86134D0562F724b1e
Octal372062311501265716211336
Binary1111110000110100111001101010101101011111110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F8613;
 }
 .AnyTagClassName
 {
   color: #1F8613;
 }
</style>
background-color css

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

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

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

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

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

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