Html Css Color HEX #2E9E9D Java

📋 copy color: '#2E9E9D'

red 46 ◦ green 158 ◦ blue 157

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

Shades of Java #2E9E9D

Tints of Java #2E9E9D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.77%

 BLUE value IS 157 (61.72% from 255) = 43.49%

R = 12.74%
G = 43.77%
B = 43.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#2E9E9D (or 0x2E9E9D) is known color: Java. HEX triplet: 2E, 9E and 9D. RGB value is (46,158,157). Sum of RGB (Red+Green+Blue) = 46+158+157=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9E9D is #D16162. Grayscale: #7C7C7C. Windows color (decimal): -13721955 or 10329646. OLE color: 10329646.

HSL color Cylindrical-coordinate representation of color #2E9E9D: hue angle of 179.46º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9E9D is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 158 157 -
CMYK 0.71 0 0.01 0.38
HSL 179.46º 0.55% 0.4% -
HSV(B) 179.46º 0.71% 0.62% -
XYZ 19.44 27.47 36.18 -
YUV 124.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 46 158 157 0.71 0 0.01 0.38 179.46 0.55 0.4
Hex 2E 9E 9D 47 0 1 26 B3 37 28
Octal 56 236 235 107 0 1 46 263 67 50
Binary 101110 10011110 10011101 1000111 0 1 100110 10110011 110111 101000

Color Harmonies of #2E9E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9E9D

Black with #2E9E9D

Text Example


Text Example

White with #2E9E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,158,157); }

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

background-color css

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

 a { background-color: rgb(46,158,157); }

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

border-color css

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

 span { border-color: rgb(46,158,157); }

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