#1F9208

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

Shades of Forest Green #1F9208

Tints of Forest Green #1F9208

Color information

#1F9208 (or 0x1F9208) is unknown color: approx Forest Green. HEX triplet: 1F, 92 and 08. RGB value is (31,146,8). Sum of RGB (Red+Green+Blue) = 31+146+8=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 146 (57.42% from 255 or 78.92% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9208 is #E06DF7. Grayscale: #606060. Windows color (decimal): -14708216 or 561695. OLE color: 561695.

HSL color Cylindrical-coordinate representation of color #1F9208: hue angle of 110º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F9208 is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB311468-
CMYK0.7900.950.43
HSL110º89.61%30.2%-
HSV(B)110º94.52%57.25%-
XYZ10.8920.873.68-
YUV95.8878.481.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 146 (57.42% from 255) = 78.92%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=16.76%
G=78.92%
B=4.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3114680.7900.950.4311089.6130.2
Hex1F9284F05F2B6e5a1e
Octal372221011701375315613236
Binary111111001001010001001111010111111010111101110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,146,8); }

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

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

 a { background-color: rgb(31,146,8); }

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

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

 span { border-color: rgb(31,146,8); }

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