#1F8510

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

Shades of Forest Green #1F8510

Tints of Forest Green #1F8510

Color information

#1F8510 (or 0x1F8510) is unknown color: approx Forest Green. HEX triplet: 1F, 85 and 10. RGB value is (31,133,16). Sum of RGB (Red+Green+Blue) = 31+133+16=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8510 is #E07AEF. Grayscale: #595959. Windows color (decimal): -14711536 or 1082655. OLE color: 1082655.

HSL color Cylindrical-coordinate representation of color #1F8510: hue angle of 112.31º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F8510 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB3113316-
CMYK0.7700.880.48
HSL112.31º78.52%29.22%-
HSV(B)112.31º87.97%52.16%-
XYZ9.0517.13.31-
YUV89.1686.7186.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.22%
GREEN value IS 133 (52.34% from 255) = 73.89%
BLUE value IS 16 (6.64% from 255) = 8.89%
R=17.22%
G=73.89%
B=8.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31133160.7700.880.48112.3178.5229.22
Hex1F85104D05830704f1d
Octal372052011501306016011735
Binary1111110000101100001001101010110001100001110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,16); }

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

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

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

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

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

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

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