Html Css Color HEX #2B958E Java

📋 copy color: '#2B958E'

red 43 ◦ green 149 ◦ blue 142

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

Shades of Java #2B958E

Tints of Java #2B958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 12.87%
G = 44.61%
B = 42.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#2B958E (or 0x2B958E) is known color: Java. HEX triplet: 2B, 95 and 8E. RGB value is (43,149,142). Sum of RGB (Red+Green+Blue) = 43+149+142=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #2B958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B958E is #D46A71. Grayscale: #747474. Windows color (decimal): -13920882 or 9344299. OLE color: 9344299.

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

Color convert

RGB 43 149 142 -
CMYK 0.71 0 0.05 0.42
HSL 176.04º 0.55% 0.38% -
HSV(B) 176.04º 0.71% 0.58% -
XYZ 16.63 23.96 29.34 -
YUV 116.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 43 149 142 0.71 0 0.05 0.42 176.04 0.55 0.38
Hex 2B 95 8E 47 0 5 2A B0 37 26
Octal 53 225 216 107 0 5 52 260 67 46
Binary 101011 10010101 10001110 1000111 0 101 101010 10110000 110111 100110

Color Harmonies of #2B958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B958E

Black with #2B958E

Text Example


Text Example

White with #2B958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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