#1F7414

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

Shades of Forest Green #1F7414

Tints of Forest Green #1F7414

Color information

#1F7414 (or 0x1F7414) is unknown color: approx Forest Green. HEX triplet: 1F, 74 and 14. RGB value is (31,116,20). Sum of RGB (Red+Green+Blue) = 31+116+20=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7414 is #E08BEB. Grayscale: #4F4F4F. Windows color (decimal): -14715884 or 1340447. OLE color: 1340447.

HSL color Cylindrical-coordinate representation of color #1F7414: hue angle of 113.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F7414 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB3111620-
CMYK0.7300.830.55
HSL113.12º70.59%26.67%-
HSV(B)113.12º82.76%45.49%-
XYZ6.9412.832.77-
YUV79.6494.3493.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 116 (45.70% from 255) = 69.46%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=18.56%
G=69.46%
B=11.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31116200.7300.830.55113.1270.5926.67
Hex1F7414490533771471b
Octal371642411101236716110733
Binary111111110100101001001001010100111101111110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,116,20); }

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

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

 a { background-color: rgb(31,116,20); }

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

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

 span { border-color: rgb(31,116,20); }

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