#2F9092

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

Shades of Java #2F9092

Tints of Java #2F9092

Color information

#2F9092 (or 0x2F9092) is unknown color: approx Java. HEX triplet: 2F, 90 and 92. RGB value is (47,144,146). Sum of RGB (Red+Green+Blue) = 47+144+146=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F9092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9092 is #D06F6D. Grayscale: #737373. Windows color (decimal): -13660014 or 9605167. OLE color: 9605167.

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

Color convert

RGB47144146-
CMYK0.680.0100.43
HSL181.21º51.3%37.84%-
HSV(B)181.21º67.81%57.25%-
XYZ16.3322.6330.7-
YUV115.22145.3679.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.95%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=13.95%
G=42.73%
B=43.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471441460.680.0100.43181.2151.337.84
Hex2F909244102Bb53326
Octal5722022210410532656346
Binary101111100100001001001010001001010101110110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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