#1F9B2A

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

Shades of Forest Green #1F9B2A

Tints of Forest Green #1F9B2A

Color information

#1F9B2A (or 0x1F9B2A) is unknown color: approx Forest Green. HEX triplet: 1F, 9B and 2A. RGB value is (31,155,42). Sum of RGB (Red+Green+Blue) = 31+155+42=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 155 (60.94% from 255 or 67.98% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9B2A is #E064D5. Grayscale: #696969. Windows color (decimal): -14705878 or 2792223. OLE color: 2792223.

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

Color convert

RGB3115542-
CMYK0.800.730.39
HSL125.32º66.67%36.47%-
HSV(B)125.32º80%60.78%-
XYZ12.723.96.13-
YUV105.0492.4275.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 155 (60.94% from 255) = 67.98%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=13.60%
G=67.98%
B=18.42%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31155420.800.730.39125.3266.6736.47
Hex1F9B2A50049277d4324
Octal372335212001114717510344
Binary111111001101110101010100000100100110011111111011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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