#2F928D

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

Shades of Java #2F928D

Tints of Java #2F928D

Color information

#2F928D (or 0x2F928D) is unknown color: approx Java. HEX triplet: 2F, 92 and 8D. RGB value is (47,146,141). Sum of RGB (Red+Green+Blue) = 47+146+141=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #2F928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F928D is #D06D72. Grayscale: #737373. Windows color (decimal): -13659507 or 9277999. OLE color: 9277999.

HSL color Cylindrical-coordinate representation of color #2F928D: hue angle of 176.97º 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 #2F928D is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB47146141-
CMYK0.6800.030.43
HSL176.97º51.3%37.84%-
HSV(B)176.97º67.81%57.25%-
XYZ16.2623.0928.8-
YUV115.83142.278.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.07%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=14.07%
G=43.71%
B=42.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471461410.6800.030.43176.9751.337.84
Hex2F928D44032Bb13326
Octal5722221510403532616346
Binary1011111001001010001101100010001110101110110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,146,141); }

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

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

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

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

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

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

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