Html Css Color HEX #2E968B Java

📋 copy color: '#2E968B'

red 46 ◦ green 150 ◦ blue 139

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

Shades of Java #2E968B

Tints of Java #2E968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 13.73%
G = 44.78%
B = 41.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#2E968B (or 0x2E968B) is known color: Java. HEX triplet: 2E, 96 and 8B. RGB value is (46,150,139). Sum of RGB (Red+Green+Blue) = 46+150+139=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #2E968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E968B is #D16974. Grayscale: #757575. Windows color (decimal): -13724021 or 9147950. OLE color: 9147950.

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

Color convert

RGB 46 150 139 -
CMYK 0.69 0 0.07 0.41
HSL 173.65º 0.53% 0.38% -
HSV(B) 173.65º 0.69% 0.59% -
XYZ 16.69 24.26 28.23 -
YUV 117.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 46 150 139 0.69 0 0.07 0.41 173.65 0.53 0.38
Hex 2E 96 8B 45 0 7 29 AE 35 26
Octal 56 226 213 105 0 7 51 256 65 46
Binary 101110 10010110 10001011 1000101 0 111 101001 10101110 110101 100110

Color Harmonies of #2E968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E968B

Black with #2E968B

Text Example


Text Example

White with #2E968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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