#1FB972

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

Shades of Mountain Meadow #1FB972

Tints of Mountain Meadow #1FB972

Color information

#1FB972 (or 0x1FB972) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B9 and 72. RGB value is (31,185,114). Sum of RGB (Red+Green+Blue) = 31+185+114=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB972 is #E0468D. Grayscale: #828282. Windows color (decimal): -14698126 or 7518495. OLE color: 7518495.

HSL color Cylindrical-coordinate representation of color #1FB972: hue angle of 152.34º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB972 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB31185114-
CMYK0.8300.380.27
HSL152.34º71.3%42.35%-
HSV(B)152.34º83.24%72.55%-
XYZ20.9536.221.8-
YUV130.86118.4856.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.39%
GREEN value IS 185 (72.66% from 255) = 56.06%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=9.39%
G=56.06%
B=34.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal311851140.8300.380.27152.3471.342.35
Hex1FB972530261B98472a
Octal372711621230463323010752
Binary111111011100111100101010011010011011011100110001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,185,114); }

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

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

 a { background-color: rgb(31,185,114); }

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

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

 span { border-color: rgb(31,185,114); }

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