#1F8121

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

Shades of Forest Green #1F8121

Tints of Forest Green #1F8121

Color information

#1F8121 (or 0x1F8121) is unknown color: approx Forest Green. HEX triplet: 1F, 81 and 21. RGB value is (31,129,33). Sum of RGB (Red+Green+Blue) = 31+129+33=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 129 (50.78% from 255 or 66.84% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 129 - color contains mainly: green. Hex color #1F8121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8121 is #E07EDE. Grayscale: #595959. Windows color (decimal): -14712543 or 2195743. OLE color: 2195743.

HSL color Cylindrical-coordinate representation of color #1F8121: hue angle of 121.22º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8121 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB3112933-
CMYK0.7600.740.49
HSL121.22º61.25%31.37%-
HSV(B)121.22º75.97%50.59%-
XYZ8.6916.14.09-
YUV88.7596.5386.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 129 (50.78% from 255) = 66.84%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=16.06%
G=66.84%
B=17.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31129330.7600.740.49121.2261.2531.37
Hex1F81214C04A31793d1f
Octal37201411140112611717537
Binary1111110000001100001100110001001010110001111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,129,33); }

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

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

 a { background-color: rgb(31,129,33); }

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

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

 span { border-color: rgb(31,129,33); }

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