#1F9555

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

Shades of Sea Green #1F9555

Tints of Sea Green #1F9555

Color information

#1F9555 (or 0x1F9555) is unknown color: approx Sea Green. HEX triplet: 1F, 95 and 55. RGB value is (31,149,85). Sum of RGB (Red+Green+Blue) = 31+149+85=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9555 is #E06AAA. Grayscale: #6A6A6A. Windows color (decimal): -14707371 or 5608735. OLE color: 5608735.

HSL color Cylindrical-coordinate representation of color #1F9555: hue angle of 147.46º 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 #1F9555 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB3114985-
CMYK0.7900.430.42
HSL147.46º65.56%35.29%-
HSV(B)147.46º79.19%58.43%-
XYZ12.9522.4412.24-
YUV106.42115.9174.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 149 (58.59% from 255) = 56.23%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=11.70%
G=56.23%
B=32.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31149850.7900.430.42147.4665.5635.29
Hex1F95554F02B2A934223
Octal372251251170535222310243
Binary1111110010101101010110011110101011101010100100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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