#1F770F

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

Shades of Forest Green #1F770F

Tints of Forest Green #1F770F

Color information

#1F770F (or 0x1F770F) is unknown color: approx Forest Green. HEX triplet: 1F, 77 and 0F. RGB value is (31,119,15). Sum of RGB (Red+Green+Blue) = 31+119+15=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #1F770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F770F is #E088F0. Grayscale: #515151. Windows color (decimal): -14715121 or 1013535. OLE color: 1013535.

HSL color Cylindrical-coordinate representation of color #1F770F: hue angle of 110.77º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F770F is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB3111915-
CMYK0.7400.870.53
HSL110.77º77.61%26.27%-
HSV(B)110.77º87.39%46.67%-
XYZ7.2513.522.68-
YUV80.8390.8592.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 119 (46.88% from 255) = 72.12%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=18.79%
G=72.12%
B=9.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31119150.7400.870.53110.7777.6126.27
Hex1F77F4A057356f4e1a
Octal371671711201276515711632
Binary11111111011111111001010010101111101011101111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,119,15); }

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

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

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

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

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

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

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