#2F9498

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

Shades of Java #2F9498

Tints of Java #2F9498

Color information

#2F9498 (or 0x2F9498) is unknown color: approx Java. HEX triplet: 2F, 94 and 98. RGB value is (47,148,152). Sum of RGB (Red+Green+Blue) = 47+148+152=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F9498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9498 is #D06B67. Grayscale: #767676. Windows color (decimal): -13658984 or 9999407. OLE color: 9999407.

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

Color convert

RGB47148152-
CMYK0.690.0300.40
HSL182.29º52.76%39.02%-
HSV(B)182.29º69.08%59.61%-
XYZ17.4324.0533.43-
YUV118.26147.0477.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.54%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=13.54%
G=42.65%
B=43.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal471481520.690.0300.40182.2952.7639.02
Hex2F9498453028b63527
Octal5722423010530502666547
Binary1011111001010010011000100010111010100010110110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,148,152); }

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

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

 a { background-color: rgb(47,148,152); }

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

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

 span { border-color: rgb(47,148,152); }

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