#1F9250

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

Shades of Sea Green #1F9250

Tints of Sea Green #1F9250

Color information

#1F9250 (or 0x1F9250) is unknown color: approx Sea Green. HEX triplet: 1F, 92 and 50. RGB value is (31,146,80). Sum of RGB (Red+Green+Blue) = 31+146+80=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9250 is #E06DAF. Grayscale: #686868. Windows color (decimal): -14708144 or 5280287. OLE color: 5280287.

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

Color convert

RGB3114680-
CMYK0.7900.450.43
HSL145.57º64.97%34.71%-
HSV(B)145.57º78.77%57.25%-
XYZ12.2921.4311.08-
YUV104.09114.475.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 146 (57.42% from 255) = 56.81%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=12.06%
G=56.81%
B=31.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31146800.7900.450.43145.5764.9734.71
Hex1F92504F02D2B924123
Octal372221201170555322210143
Binary1111110010010101000010011110101101101011100100101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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