#2B9195

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

Shades of Java #2B9195

Tints of Java #2B9195

Color information

#2B9195 (or 0x2B9195) is unknown color: approx Java. HEX triplet: 2B, 91 and 95. RGB value is (43,145,149). Sum of RGB (Red+Green+Blue) = 43+145+149=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B9195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9195 is #D46E6A. Grayscale: #727272. Windows color (decimal): -13921899 or 9802027. OLE color: 9802027.

HSL color Cylindrical-coordinate representation of color #2B9195: hue angle of 182.26º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9195 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB43145149-
CMYK0.710.0300.42
HSL182.26º55.21%37.65%-
HSV(B)182.26º71.14%58.43%-
XYZ16.5522.9331.99-
YUV114.96147.2176.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.76%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=12.76%
G=43.03%
B=44.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431451490.710.0300.42182.2655.2137.65
Hex2B919547302Ab63726
Octal5322122510730522666746
Binary1010111001000110010101100011111010101010110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,145,149); }

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

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

 a { background-color: rgb(43,145,149); }

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

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

 span { border-color: rgb(43,145,149); }

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