#2F9191

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

Shades of Java #2F9191

Tints of Java #2F9191

Color information

#2F9191 (or 0x2F9191) is unknown color: approx Java. HEX triplet: 2F, 91 and 91. RGB value is (47,145,145). Sum of RGB (Red+Green+Blue) = 47+145+145=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #2F9191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9191 is #D06E6E. Grayscale: #737373. Windows color (decimal): -13659759 or 9539887. OLE color: 9539887.

HSL color Cylindrical-coordinate representation of color #2F9191: hue angle of 180º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9191 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB47145145-
CMYK0.68000.43
HSL180º51.04%37.65%-
HSV(B)180º67.59%56.86%-
XYZ16.4122.930.34-
YUV115.7144.5379-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=13.95%
G=43.03%
B=43.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471451450.68000.4318051.0437.65
Hex2F919144002Bb43326
Octal5722122110400532646346
Binary101111100100011001000110001000010101110110100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F9191; }

 p { color: rgb(47,145,145); }

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

<style>
 a { background-color: #2F9191; }

 a { background-color: rgb(47,145,145); }

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

<style>
 span { border-color: #2F9191; }

 span { border-color: rgb(47,145,145); }

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