#2F9297

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

Shades of Java #2F9297

Tints of Java #2F9297

Color information

#2F9297 (or 0x2F9297) is unknown color: approx Java. HEX triplet: 2F, 92 and 97. RGB value is (47,146,151). Sum of RGB (Red+Green+Blue) = 47+146+151=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F9297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9297 is #D06D68. Grayscale: #747474. Windows color (decimal): -13659497 or 9933359. OLE color: 9933359.

HSL color Cylindrical-coordinate representation of color #2F9297: hue angle of 182.88º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9297 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB47146151-
CMYK0.690.0300.41
HSL182.88º52.53%38.82%-
HSV(B)182.88º68.87%59.22%-
XYZ17.0423.432.9-
YUV116.97147.278.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.66%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=13.66%
G=42.44%
B=43.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471461510.690.0300.41182.8852.5338.82
Hex2F9297453029b73527
Octal5722222710530512676547
Binary1011111001001010010111100010111010100110110111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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