#2B9F98

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

Shades of Java #2B9F98

Tints of Java #2B9F98

Color information

#2B9F98 (or 0x2B9F98) is unknown color: approx Java. HEX triplet: 2B, 9F and 98. RGB value is (43,159,152). Sum of RGB (Red+Green+Blue) = 43+159+152=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9F98 is #D46067. Grayscale: #7B7B7B. Windows color (decimal): -13918312 or 10002219. OLE color: 10002219.

HSL color Cylindrical-coordinate representation of color #2B9F98: hue angle of 176.38º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F98 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB43159152-
CMYK0.7300.040.38
HSL176.38º57.43%39.61%-
HSV(B)176.38º72.96%62.35%-
XYZ19.0627.5834.02-
YUV123.52144.0770.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 152 (59.77% from 255) = 42.94%
R=12.15%
G=44.92%
B=42.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431591520.7300.040.38176.3857.4339.61
Hex2B9F98490426b03928
Octal5323723011104462607150
Binary10101110011111100110001001001010010011010110000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,159,152); }

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

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

 a { background-color: rgb(43,159,152); }

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

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

 span { border-color: rgb(43,159,152); }

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