#1F9B50

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

Shades of Sea Green #1F9B50

Tints of Sea Green #1F9B50

Color information

#1F9B50 (or 0x1F9B50) is unknown color: approx Sea Green. HEX triplet: 1F, 9B and 50. RGB value is (31,155,80). Sum of RGB (Red+Green+Blue) = 31+155+80=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #1F9B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9B50 is #E064AF. Grayscale: #6D6D6D. Windows color (decimal): -14705840 or 5282591. OLE color: 5282591.

HSL color Cylindrical-coordinate representation of color #1F9B50: hue angle of 143.71º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9B50 is Cyan = 0.8, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB3115580-
CMYK0.800.480.39
HSL143.71º66.67%36.47%-
HSV(B)143.71º80%60.78%-
XYZ13.7324.3111.56-
YUV109.37111.4272.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.65%
GREEN value IS 155 (60.94% from 255) = 58.27%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=11.65%
G=58.27%
B=30.08%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31155800.800.480.39143.7166.6736.47
Hex1F9B505003027904324
Octal372331201200604722010344
Binary1111110011011101000010100000110000100111100100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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