#1F7B1F

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

Shades of Forest Green #1F7B1F

Tints of Forest Green #1F7B1F

Color information

#1F7B1F (or 0x1F7B1F) is unknown color: approx Forest Green. HEX triplet: 1F, 7B and 1F. RGB value is (31,123,31). Sum of RGB (Red+Green+Blue) = 31+123+31=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #1F7B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7B1F is #E084E0. Grayscale: #555555. Windows color (decimal): -14714081 or 2063135. OLE color: 2063135.

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

Color convert

RGB3112331-
CMYK0.7500.750.52
HSL120º59.74%30.2%-
HSV(B)120º74.8%48.24%-
XYZ7.914.563.69-
YUV8597.5289.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 123 (48.44% from 255) = 66.49%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=16.76%
G=66.49%
B=16.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31123310.7500.750.5212059.7430.2
Hex1F7B1F4B04B34783c1e
Octal37173371130113641707436
Binary11111111101111111100101101001011110100111100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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