#1F8225

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

Shades of Forest Green #1F8225

Tints of Forest Green #1F8225

Color information

#1F8225 (or 0x1F8225) is unknown color: approx Forest Green. HEX triplet: 1F, 82 and 25. RGB value is (31,130,37). Sum of RGB (Red+Green+Blue) = 31+130+37=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #1F8225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8225 is #E07DDA. Grayscale: #5A5A5A. Windows color (decimal): -14712283 or 2458143. OLE color: 2458143.

HSL color Cylindrical-coordinate representation of color #1F8225: hue angle of 123.64º degrees, saturation: 0.61, 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 #1F8225 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB3113037-
CMYK0.7600.720.49
HSL123.64º61.49%31.57%-
HSV(B)123.64º76.15%50.98%-
XYZ8.8816.394.45-
YUV89.898.286.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.66%
GREEN value IS 130 (51.17% from 255) = 65.66%
BLUE value IS 37 (14.84% from 255) = 18.69%
R=15.66%
G=65.66%
B=18.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31130370.7600.720.49123.6461.4931.57
Hex1F82254C048317c3d20
Octal37202451140110611747540
Binary11111100000101001011001100010010001100011111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,130,37); }

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

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

 a { background-color: rgb(31,130,37); }

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

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

 span { border-color: rgb(31,130,37); }

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