#1F9348

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

Shades of Sea Green #1F9348

Tints of Sea Green #1F9348

Color information

#1F9348 (or 0x1F9348) is unknown color: approx Sea Green. HEX triplet: 1F, 93 and 48. RGB value is (31,147,72). Sum of RGB (Red+Green+Blue) = 31+147+72=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9348 is #E06CB7. Grayscale: #676767. Windows color (decimal): -14707896 or 4756255. OLE color: 4756255.

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

Color convert

RGB3114772-
CMYK0.7900.510.42
HSL141.21º65.17%34.9%-
HSV(B)141.21º78.91%57.65%-
XYZ12.1721.639.66-
YUV103.77110.0776.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 147 (57.81% from 255) = 58.8%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=12.4%
G=58.8%
B=28.8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31147720.7900.510.42141.2165.1734.9
Hex1F93484F0332A8d4123
Octal372231101170635221510143
Binary1111110010011100100010011110110011101010100011011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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