#2f9799

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

Shades of Java #2F9799

Tints of Java #2F9799

Color information

#2F9799 (or 0x2F9799) is unknown color: approx Java. HEX triplet: 2F, 97 and 99. RGB value is (47,151,153). Sum of RGB (Red+Green+Blue) = 47+151+153=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F9799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9799 is #D06866. Grayscale: #787878. Windows color (decimal): -13658215 or 10065711. OLE color: 10065711.

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

Color convert

RGB47151153-
CMYK0.690.0100.4
HSL181.13º53%39.22%-
HSV(B)181.13º69.28%60%-
XYZ17.9925.0434.02-
YUV120.13146.5475.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.39%
GREEN value IS 151 (59.38% from 255) = 43.02%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=13.39%
G=43.02%
B=43.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal471511530.690.0100.4181.135339.22
Hex2F9799451028b53527
Octal5722723110510502656547
Binary101111100101111001100110001011010100010110101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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