#1F9C2A

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

Shades of Forest Green #1F9C2A

Tints of Forest Green #1F9C2A

Color information

#1F9C2A (or 0x1F9C2A) is unknown color: approx Forest Green. HEX triplet: 1F, 9C and 2A. RGB value is (31,156,42). Sum of RGB (Red+Green+Blue) = 31+156+42=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9C2A is #E063D5. Grayscale: #696969. Windows color (decimal): -14705622 or 2792479. OLE color: 2792479.

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

Color convert

RGB3115642-
CMYK0.8000.730.39
HSL125.28º66.84%36.67%-
HSV(B)125.28º80.13%61.18%-
XYZ12.8724.246.19-
YUV105.6392.0974.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 156 (61.33% from 255) = 68.12%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=13.54%
G=68.12%
B=18.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31156420.8000.730.39125.2866.8436.67
Hex1F9C2A50049277d4325
Octal372345212001114717510345
Binary111111001110010101010100000100100110011111111011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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