#1F7C25

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

Shades of Forest Green #1F7C25

Tints of Forest Green #1F7C25

Color information

#1F7C25 (or 0x1F7C25) is unknown color: approx Forest Green. HEX triplet: 1F, 7C and 25. RGB value is (31,124,37). Sum of RGB (Red+Green+Blue) = 31+124+37=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #1F7C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7C25 is #E083DA. Grayscale: #565656. Windows color (decimal): -14713819 or 2456607. OLE color: 2456607.

HSL color Cylindrical-coordinate representation of color #1F7C25: hue angle of 123.87º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7C25 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB3112437-
CMYK0.7500.700.51
HSL123.87º60%30.39%-
HSV(B)123.87º75%48.63%-
XYZ8.1114.844.19-
YUV86.28100.1988.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 124 (48.83% from 255) = 64.58%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=16.15%
G=64.58%
B=19.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31124370.7500.700.51123.876030.39
Hex1F7C254B046337c3c1e
Octal37174451130106631747436
Binary111111111100100101100101101000110110011111110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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