#2b9e93

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

Shades of Java #2B9E93

Tints of Java #2B9E93

Color information

#2B9E93 (or 0x2B9E93) is unknown color: approx Java. HEX triplet: 2B, 9E and 93. RGB value is (43,158,147). Sum of RGB (Red+Green+Blue) = 43+158+147=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9E93 is #D4616C. Grayscale: #7A7A7A. Windows color (decimal): -13918573 or 9674283. OLE color: 9674283.

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

Color convert

RGB43158147-
CMYK0.7300.070.38
HSL174.26º57.21%39.41%-
HSV(B)174.26º72.78%61.96%-
XYZ18.4927.0731.86-
YUV122.36141.971.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.36%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=12.36%
G=45.40%
B=42.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431581470.7300.070.38174.2657.2139.41
Hex2B9E93490726ae3927
Octal5323622311107462567147
Binary10101110011110100100111001001011110011010101110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b9e93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,158,147); }

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

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

 a { background-color: rgb(43,158,147); }

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

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

 span { border-color: rgb(43,158,147); }

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