Html Css Color HEX #2B979F Java

📋 copy color: '#2B979F'

red 43 ◦ green 151 ◦ blue 159

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

Shades of Java #2B979F

Tints of Java #2B979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 12.18%
G = 42.78%
B = 45.04%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B979F (or 0x2B979F) is known color: Java. HEX triplet: 2B, 97 and 9F. RGB value is (43,151,159). Sum of RGB (Red+Green+Blue) = 43+151+159=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B979F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B979F is #D46860. Grayscale: #777777. Windows color (decimal): -13920353 or 10458923. OLE color: 10458923.

HSL color Cylindrical-coordinate representation of color #2B979F: hue angle of 184.14º 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 #2B979F is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 151 159 -
CMYK 0.73 0.05 0 0.38
HSL 184.14º 0.57% 0.4% -
HSV(B) 184.14º 0.73% 0.62% -
XYZ 18.32 25.15 36.69 -
YUV 119.62 150.22 73.35 -
System Red Green Blue C M Y K H S L
Decimal 43 151 159 0.73 0.05 0 0.38 184.14 0.57 0.4
Hex 2B 97 9F 49 5 0 26 B8 39 28
Octal 53 227 237 111 5 0 46 270 71 50
Binary 101011 10010111 10011111 1001001 101 0 100110 10111000 111001 101000

Color Harmonies of #2B979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B979F

Black with #2B979F

Text Example


Text Example

White with #2B979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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