Html Css Color HEX #2B9189 Java

📋 copy color: '#2B9189'

red 43 ◦ green 145 ◦ blue 137

#2B9189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #2B9189

Tints of Java #2B9189

RGB

 RED value IS 43 (17.19% from 255) = 13.23%

 GREEN value IS 145 (57.03% from 255) = 44.62%

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 13.23%
G = 44.62%
B = 42.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#2B9189 (or 0x2B9189) is known color: Java. HEX triplet: 2B, 91 and 89. RGB value is (43,145,137). Sum of RGB (Red+Green+Blue) = 43+145+137=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9189 is #D46E76. Grayscale: #717171. Windows color (decimal): -13921911 or 9015595. OLE color: 9015595.

HSL color Cylindrical-coordinate representation of color #2B9189: hue angle of 175.29º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9189 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 145 137 -
CMYK 0.70 0 0.06 0.43
HSL 175.29º 0.54% 0.37% -
HSV(B) 175.29º 0.7% 0.57% -
XYZ 15.64 22.57 27.2 -
YUV 113.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 43 145 137 0.70 0 0.06 0.43 175.29 0.54 0.37
Hex 2B 91 89 46 0 6 2B AF 36 25
Octal 53 221 211 106 0 6 53 257 66 45
Binary 101011 10010001 10001001 1000110 0 110 101011 10101111 110110 100101

Color Harmonies of #2B9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9189

Black with #2B9189

Text Example


Text Example

White with #2B9189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B9189;
 }
 .AnyTagClassName
 {
   color: #2B9189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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