#1F955B

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

Shades of Sea Green #1F955B

Tints of Sea Green #1F955B

Color information

#1F955B (or 0x1F955B) is unknown color: approx Sea Green. HEX triplet: 1F, 95 and 5B. RGB value is (31,149,91). Sum of RGB (Red+Green+Blue) = 31+149+91=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #1F955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F955B is #E06AA4. Grayscale: #6B6B6B. Windows color (decimal): -14707365 or 6001951. OLE color: 6001951.

HSL color Cylindrical-coordinate representation of color #1F955B: hue angle of 150.51º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F955B is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB3114991-
CMYK0.7900.390.42
HSL150.51º65.56%35.29%-
HSV(B)150.51º79.19%58.43%-
XYZ13.222.5413.55-
YUV107.11118.9173.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=11.44%
G=54.98%
B=33.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31149910.7900.390.42150.5165.5635.29
Hex1F955B4F0272A974223
Octal372251331170475222710243
Binary1111110010101101101110011110100111101010100101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,149,91); }

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

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

 a { background-color: rgb(31,149,91); }

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

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

 span { border-color: rgb(31,149,91); }

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