#1F9F2A

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

Shades of Forest Green #1F9F2A

Tints of Forest Green #1F9F2A

Color information

#1F9F2A (or 0x1F9F2A) is unknown color: approx Forest Green. HEX triplet: 1F, 9F and 2A. RGB value is (31,159,42). Sum of RGB (Red+Green+Blue) = 31+159+42=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 159 (62.5% from 255 or 68.53% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 159 - color contains mainly: green. Hex color #1F9F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9F2A is #E060D5. Grayscale: #6B6B6B. Windows color (decimal): -14704854 or 2793247. OLE color: 2793247.

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

Color convert

RGB3115942-
CMYK0.8100.740.38
HSL125.16º67.37%37.25%-
HSV(B)125.16º80.5%62.35%-
XYZ13.3825.256.36-
YUV107.3991.0973.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 159 (62.5% from 255) = 68.53%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=13.36%
G=68.53%
B=18.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31159420.8100.740.38125.1667.3737.25
Hex1F9F2A5104A267d4325
Octal372375212101124617510345
Binary111111001111110101010100010100101010011011111011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,159,42); }

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

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

 a { background-color: rgb(31,159,42); }

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

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

 span { border-color: rgb(31,159,42); }

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