#1F945C

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

Shades of Sea Green #1F945C

Tints of Sea Green #1F945C

Color information

#1F945C (or 0x1F945C) is unknown color: approx Sea Green. HEX triplet: 1F, 94 and 5C. RGB value is (31,148,92). Sum of RGB (Red+Green+Blue) = 31+148+92=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #1F945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F945C is #E06BA3. Grayscale: #6A6A6A. Windows color (decimal): -14707620 or 6067231. OLE color: 6067231.

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

Color convert

RGB3114892-
CMYK0.7900.380.42
HSL151.28º65.36%35.1%-
HSV(B)151.28º79.05%58.04%-
XYZ13.0922.2413.73-
YUV106.63119.7474.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=11.44%
G=54.61%
B=33.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31148920.7900.380.42151.2865.3635.1
Hex1F945C4F0262A974123
Octal372241341170465222710143
Binary1111110010100101110010011110100110101010100101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,148,92); }

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

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

 a { background-color: rgb(31,148,92); }

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

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

 span { border-color: rgb(31,148,92); }

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