#1F8322

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

Shades of Forest Green #1F8322

Tints of Forest Green #1F8322

Color information

#1F8322 (or 0x1F8322) is unknown color: approx Forest Green. HEX triplet: 1F, 83 and 22. RGB value is (31,131,34). Sum of RGB (Red+Green+Blue) = 31+131+34=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 131 (51.56% from 255 or 66.84% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8322 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8322 is #E07CDD. Grayscale: #5A5A5A. Windows color (decimal): -14712030 or 2261791. OLE color: 2261791.

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

Color convert

RGB3113134-
CMYK0.7600.740.49
HSL121.8º61.73%31.76%-
HSV(B)121.8º76.34%51.37%-
XYZ8.9716.644.25-
YUV90.0496.3785.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 131 (51.56% from 255) = 66.84%
BLUE value IS 34 (13.67% from 255) = 17.35%
R=15.82%
G=66.84%
B=17.35%

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
Decimal31131340.7600.740.49121.861.7331.76
Hex1F83224C04A317a3e20
Octal37203421140112611727640
Binary11111100000111000101001100010010101100011111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,34); }

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

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

 a { background-color: rgb(31,131,34); }

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

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

 span { border-color: rgb(31,131,34); }

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