Html Css Color HEX #2B958B Java

📋 copy color: '#2B958B'

red 43 ◦ green 149 ◦ blue 139

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

Shades of Java #2B958B

Tints of Java #2B958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.02%

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 12.99%
G = 45.02%
B = 41.99%

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

#2B958B (or 0x2B958B) is known color: Java. HEX triplet: 2B, 95 and 8B. RGB value is (43,149,139). Sum of RGB (Red+Green+Blue) = 43+149+139=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #2B958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B958B is #D46A74. Grayscale: #747474. Windows color (decimal): -13920885 or 9147691. OLE color: 9147691.

HSL color Cylindrical-coordinate representation of color #2B958B: hue angle of 174.34º 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 #2B958B is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 149 139 -
CMYK 0.71 0 0.07 0.42
HSL 174.34º 0.55% 0.38% -
HSV(B) 174.34º 0.71% 0.58% -
XYZ 16.4 23.87 28.17 -
YUV 116.17 140.88 75.81 -
System Red Green Blue C M Y K H S L
Decimal 43 149 139 0.71 0 0.07 0.42 174.34 0.55 0.38
Hex 2B 95 8B 47 0 7 2A AE 37 26
Octal 53 225 213 107 0 7 52 256 67 46
Binary 101011 10010101 10001011 1000111 0 111 101010 10101110 110111 100110

Color Harmonies of #2B958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B958B

Black with #2B958B

Text Example


Text Example

White with #2B958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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