Html Css Color HEX #2E958B Java

📋 copy color: '#2E958B'

red 46 ◦ green 149 ◦ blue 139

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

Shades of Java #2E958B

Tints of Java #2E958B

RGB

 RED value IS 46 (18.36% from 255) = 13.77%

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

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

R = 13.77%
G = 44.61%
B = 41.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#2E958B (or 0x2E958B) is known color: Java. HEX triplet: 2E, 95 and 8B. RGB value is (46,149,139). Sum of RGB (Red+Green+Blue) = 46+149+139=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #2E958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E958B is #D16A74. Grayscale: #757575. Windows color (decimal): -13724277 or 9147694. OLE color: 9147694.

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

Color convert

RGB 46 149 139 -
CMYK 0.69 0 0.07 0.42
HSL 174.17º 0.53% 0.38% -
HSV(B) 174.17º 0.69% 0.58% -
XYZ 16.53 23.94 28.18 -
YUV 117.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 46 149 139 0.69 0 0.07 0.42 174.17 0.53 0.38
Hex 2E 95 8B 45 0 7 2A AE 35 26
Octal 56 225 213 105 0 7 52 256 65 46
Binary 101110 10010101 10001011 1000101 0 111 101010 10101110 110101 100110

Color Harmonies of #2E958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E958B

Black with #2E958B

Text Example


Text Example

White with #2E958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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