#1F9D3A

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

Shades of Forest Green #1F9D3A

Tints of Forest Green #1F9D3A

Color information

#1F9D3A (or 0x1F9D3A) is unknown color: approx Forest Green. HEX triplet: 1F, 9D and 3A. RGB value is (31,157,58). Sum of RGB (Red+Green+Blue) = 31+157+58=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #1F9D3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9D3A is #E062C5. Grayscale: #6C6C6C. Windows color (decimal): -14705350 or 3841311. OLE color: 3841311.

HSL color Cylindrical-coordinate representation of color #1F9D3A: hue angle of 132.86º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9D3A is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB3115758-
CMYK0.8000.630.38
HSL132.86º67.02%36.86%-
HSV(B)132.86º80.25%61.57%-
XYZ13.3924.718.07-
YUV108.0499.7673.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 157 (61.72% from 255) = 63.82%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=12.60%
G=63.82%
B=23.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31157580.8000.630.38132.8667.0236.86
Hex1F9D3A5003F26854325
Octal37235721200774620510345
Binary111111001110111101010100000111111100110100001011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,157,58); }

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

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

 a { background-color: rgb(31,157,58); }

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

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

 span { border-color: rgb(31,157,58); }

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