#1F690F

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

Shades of Forest Green #1F690F

Tints of Forest Green #1F690F

Color information

#1F690F (or 0x1F690F) is unknown color: approx Forest Green. HEX triplet: 1F, 69 and 0F. RGB value is (31,105,15). Sum of RGB (Red+Green+Blue) = 31+105+15=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #1F690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F690F is #E096F0. Grayscale: #484848. Windows color (decimal): -14718705 or 1009951. OLE color: 1009951.

HSL color Cylindrical-coordinate representation of color #1F690F: hue angle of 109.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F690F is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB3110515-
CMYK0.7000.860.59
HSL109.33º75%23.53%-
HSV(B)109.33º85.71%41.18%-
XYZ5.710.432.16-
YUV72.6195.4898.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.53%
GREEN value IS 105 (41.41% from 255) = 69.54%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=20.53%
G=69.54%
B=9.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31105150.7000.860.59109.337523.53
Hex1F69F460563B6d4b18
Octal371511710601267315511330
Binary11111110100111111000110010101101110111101101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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