#1f9289

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

Shades of Java #1F9289

Tints of Java #1F9289

Color information

#1F9289 (or 0x1F9289) is unknown color: approx Java. HEX triplet: 1F, 92 and 89. RGB value is (31,146,137). Sum of RGB (Red+Green+Blue) = 31+146+137=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9289 is #E06D76. Grayscale: #6E6E6E. Windows color (decimal): -14708087 or 9015839. OLE color: 9015839.

HSL color Cylindrical-coordinate representation of color #1F9289: hue angle of 175.3º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9289 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB31146137-
CMYK0.7900.060.43
HSL175.3º64.97%34.71%-
HSV(B)175.3º78.77%57.25%-
XYZ15.3622.6627.23-
YUV110.59142.971.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.87%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=9.87%
G=46.50%
B=43.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311461370.7900.060.43175.364.9734.71
Hex1F92894F062Baf4123
Octal37222211117065325710143
Binary11111100100101000100110011110110101011101011111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,146,137); }

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

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

 a { background-color: rgb(31,146,137); }

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

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

 span { border-color: rgb(31,146,137); }

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