#1FB289

Color #1FB289 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1FB289

Tints of Mountain Meadow #1FB289

Color information

#1FB289 (or 0x1FB289) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B2 and 89. RGB value is (31,178,137). Sum of RGB (Red+Green+Blue) = 31+178+137=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB289 is #E04D76. Grayscale: #818181. Windows color (decimal): -14699895 or 9024031. OLE color: 9024031.

HSL color Cylindrical-coordinate representation of color #1FB289: hue angle of 163.27º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB289 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB31178137-
CMYK0.8300.230.30
HSL163.27º70.33%40.98%-
HSV(B)163.27º82.58%69.8%-
XYZ2133.9429.11-
YUV129.37132.357.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.96%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=8.96%
G=51.45%
B=39.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal311781370.8300.230.30163.2770.3340.98
Hex1FB289530171Ea34629
Octal372622111230273624310651
Binary111111011001010001001101001101011111110101000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,178,137); }

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

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

 a { background-color: rgb(31,178,137); }

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

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

 span { border-color: rgb(31,178,137); }

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