#1F761A

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

Shades of Forest Green #1F761A

Tints of Forest Green #1F761A

Color information

#1F761A (or 0x1F761A) is unknown color: approx Forest Green. HEX triplet: 1F, 76 and 1A. RGB value is (31,118,26). Sum of RGB (Red+Green+Blue) = 31+118+26=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #1F761A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F761A is #E089E5. Grayscale: #515151. Windows color (decimal): -14715366 or 1734175. OLE color: 1734175.

HSL color Cylindrical-coordinate representation of color #1F761A: hue angle of 116.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F761A is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB3111826-
CMYK0.7400.780.54
HSL116.74º63.89%28.24%-
HSV(B)116.74º77.97%46.27%-
XYZ7.2313.323.17-
YUV81.596.6891.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 118 (46.48% from 255) = 67.43%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=17.71%
G=67.43%
B=14.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31118260.7400.780.54116.7463.8928.24
Hex1F761A4A04E3675401c
Octal371663211201166616510034
Binary111111110110110101001010010011101101101110101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,118,26); }

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

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

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

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

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

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

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