#1f7b14

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

Shades of Forest Green #1F7B14

Tints of Forest Green #1F7B14

Color information

#1F7B14 (or 0x1F7B14) is unknown color: approx Forest Green. HEX triplet: 1F, 7B and 14. RGB value is (31,123,20). Sum of RGB (Red+Green+Blue) = 31+123+20=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 123 (48.44% from 255 or 70.69% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F7B14 is #E084EB. Grayscale: #545454. Windows color (decimal): -14714092 or 1342239. OLE color: 1342239.

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

Color convert

RGB3112320-
CMYK0.7500.840.52
HSL113.59º72.03%28.04%-
HSV(B)113.59º83.74%48.24%-
XYZ7.7714.513.05-
YUV83.7592.0290.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 123 (48.44% from 255) = 70.69%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=17.82%
G=70.69%
B=11.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31123200.7500.840.52113.5972.0328.04
Hex1F7B144B0543472481c
Octal371732411301246416211034
Binary111111111011101001001011010101001101001110010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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