#2F9791

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

Shades of Java #2F9791

Tints of Java #2F9791

Color information

#2F9791 (or 0x2F9791) is unknown color: approx Java. HEX triplet: 2F, 97 and 91. RGB value is (47,151,145). Sum of RGB (Red+Green+Blue) = 47+151+145=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #2F9791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9791 is #D0686E. Grayscale: #777777. Windows color (decimal): -13658223 or 9541423. OLE color: 9541423.

HSL color Cylindrical-coordinate representation of color #2F9791: hue angle of 176.54º 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 #2F9791 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB47151145-
CMYK0.6900.040.41
HSL176.54º52.53%38.82%-
HSV(B)176.54º68.87%59.22%-
XYZ17.3524.7830.66-
YUV119.22142.5476.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.70%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=13.70%
G=44.02%
B=42.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471511450.6900.040.41176.5452.5338.82
Hex2F9791450429b13527
Octal5722722110504512616547
Binary10111110010111100100011000101010010100110110001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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