Html Css Color HEX #2B9389 Java

📋 copy color: '#2B9389'

red 43 ◦ green 147 ◦ blue 137

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

Shades of Java #2B9389

Tints of Java #2B9389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.95%

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

R = 13.15%
G = 44.95%
B = 41.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#2B9389 (or 0x2B9389) is known color: Java. HEX triplet: 2B, 93 and 89. RGB value is (43,147,137). Sum of RGB (Red+Green+Blue) = 43+147+137=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9389 is #D46C76. Grayscale: #727272. Windows color (decimal): -13921399 or 9016107. OLE color: 9016107.

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

Color convert

RGB 43 147 137 -
CMYK 0.71 0 0.07 0.42
HSL 174.23º 0.55% 0.37% -
HSV(B) 174.23º 0.71% 0.58% -
XYZ 15.95 23.19 27.3 -
YUV 114.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 43 147 137 0.71 0 0.07 0.42 174.23 0.55 0.37
Hex 2B 93 89 47 0 7 2A AE 37 25
Octal 53 223 211 107 0 7 52 256 67 45
Binary 101011 10010011 10001001 1000111 0 111 101010 10101110 110111 100101

Color Harmonies of #2B9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9389

Black with #2B9389

Text Example


Text Example

White with #2B9389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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