#1F964F

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

Shades of Sea Green #1F964F

Tints of Sea Green #1F964F

Color information

#1F964F (or 0x1F964F) is unknown color: approx Sea Green. HEX triplet: 1F, 96 and 4F. RGB value is (31,150,79). Sum of RGB (Red+Green+Blue) = 31+150+79=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #1F964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F964F is #E069B0. Grayscale: #6A6A6A. Windows color (decimal): -14707121 or 5215775. OLE color: 5215775.

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

Color convert

RGB3115079-
CMYK0.7900.470.41
HSL144.2º65.75%35.49%-
HSV(B)144.2º79.33%58.82%-
XYZ12.8822.6711.09-
YUV106.32112.5874.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.92%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=11.92%
G=57.69%
B=30.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31150790.7900.470.41144.265.7535.49
Hex1F964F4F02F29904223
Octal372261171170575122010243
Binary1111110010110100111110011110101111101001100100001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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