#1f964a

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

Shades of Sea Green #1F964A

Tints of Sea Green #1F964A

Color information

#1F964A (or 0x1F964A) is unknown color: approx Sea Green. HEX triplet: 1F, 96 and 4A. RGB value is (31,150,74). Sum of RGB (Red+Green+Blue) = 31+150+74=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #1F964A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F964A is #E069B5. Grayscale: #696969. Windows color (decimal): -14707126 or 4888095. OLE color: 4888095.

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

Color convert

RGB3115074-
CMYK0.7900.510.41
HSL141.68º65.75%35.49%-
HSV(B)141.68º79.33%58.82%-
XYZ12.7122.610.17-
YUV105.76110.0874.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 150 (58.98% from 255) = 58.82%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=12.16%
G=58.82%
B=29.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31150740.7900.510.41141.6865.7535.49
Hex1F964A4F033298e4223
Octal372261121170635121610243
Binary1111110010110100101010011110110011101001100011101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f964a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,74); }

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

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

 a { background-color: rgb(31,150,74); }

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

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

 span { border-color: rgb(31,150,74); }

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