#1F7F29

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

Shades of Forest Green #1F7F29

Tints of Forest Green #1F7F29

Color information

#1F7F29 (or 0x1F7F29) is unknown color: approx Forest Green. HEX triplet: 1F, 7F and 29. RGB value is (31,127,41). Sum of RGB (Red+Green+Blue) = 31+127+41=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #1F7F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7F29 is #E080D6. Grayscale: #585858. Windows color (decimal): -14713047 or 2719519. OLE color: 2719519.

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

Color convert

RGB3112741-
CMYK0.7600.680.50
HSL126.25º60.76%30.98%-
HSV(B)126.25º75.59%49.8%-
XYZ8.5515.634.66-
YUV88.49101.286.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 127 (50% from 255) = 63.82%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=15.58%
G=63.82%
B=20.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31127410.7600.680.50126.2560.7630.98
Hex1F7F294C044327e3d1f
Octal37177511140104621767537
Binary111111111111101001100110001000100110010111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,127,41); }

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

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

 a { background-color: rgb(31,127,41); }

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

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

 span { border-color: rgb(31,127,41); }

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