#1F934D

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

Shades of Sea Green #1F934D

Tints of Sea Green #1F934D

Color information

#1F934D (or 0x1F934D) is unknown color: approx Sea Green. HEX triplet: 1F, 93 and 4D. RGB value is (31,147,77). Sum of RGB (Red+Green+Blue) = 31+147+77=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #1F934D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F934D is #E06CB2. Grayscale: #686868. Windows color (decimal): -14707891 or 5083935. OLE color: 5083935.

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

Color convert

RGB3114777-
CMYK0.7900.480.42
HSL143.79º65.17%34.9%-
HSV(B)143.79º78.91%57.65%-
XYZ12.3421.6910.56-
YUV104.34112.5775.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=12.16%
G=57.65%
B=30.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31147770.7900.480.42143.7965.1734.9
Hex1F934D4F0302A904123
Octal372231151170605222010143
Binary1111110010011100110110011110110000101010100100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F934D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,147,77); }

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

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

 a { background-color: rgb(31,147,77); }

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

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

 span { border-color: rgb(31,147,77); }

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