#1F9C50

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

Shades of Sea Green #1F9C50

Tints of Sea Green #1F9C50

Color information

#1F9C50 (or 0x1F9C50) is unknown color: approx Sea Green. HEX triplet: 1F, 9C and 50. RGB value is (31,156,80). Sum of RGB (Red+Green+Blue) = 31+156+80=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C50 is #E063AF. Grayscale: #6E6E6E. Windows color (decimal): -14705584 or 5282847. OLE color: 5282847.

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

Color convert

RGB3115680-
CMYK0.8000.490.39
HSL143.52º66.84%36.67%-
HSV(B)143.52º80.13%61.18%-
XYZ13.924.6511.61-
YUV109.96111.0971.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 156 (61.33% from 255) = 58.43%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=11.61%
G=58.43%
B=29.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31156800.8000.490.39143.5266.8436.67
Hex1F9C505003127904325
Octal372341201200614722010345
Binary1111110011100101000010100000110001100111100100001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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