#1F991A

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

Shades of Forest Green #1F991A

Tints of Forest Green #1F991A

Color information

#1F991A (or 0x1F991A) is unknown color: approx Forest Green. HEX triplet: 1F, 99 and 1A. RGB value is (31,153,26). Sum of RGB (Red+Green+Blue) = 31+153+26=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 153 (60.16% from 255 or 72.86% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 153 - color contains mainly: green. Hex color #1F991A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F991A is #E066E5. Grayscale: #666666. Windows color (decimal): -14706406 or 1743135. OLE color: 1743135.

HSL color Cylindrical-coordinate representation of color #1F991A: hue angle of 117.64º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F991A is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB3115326-
CMYK0.8000.830.4
HSL117.64º70.95%35.1%-
HSV(B)117.64º83.01%60%-
XYZ12.1423.154.81-
YUV102.0485.0877.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 153 (60.16% from 255) = 72.86%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=14.76%
G=72.86%
B=12.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31153260.8000.830.4117.6470.9535.1
Hex1F991A5005328764723
Octal372313212001235016610743
Binary11111100110011101010100000101001110100011101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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