Html Css Color HEX #2E9A93 Java

📋 copy color: '#2E9A93'

red 46 ◦ green 154 ◦ blue 147

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

Shades of Java #2E9A93

Tints of Java #2E9A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.38%

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 13.26%
G = 44.38%
B = 42.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#2E9A93 (or 0x2E9A93) is known color: Java. HEX triplet: 2E, 9A and 93. RGB value is (46,154,147). Sum of RGB (Red+Green+Blue) = 46+154+147=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #2E9A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9A93 is #D1656C. Grayscale: #787878. Windows color (decimal): -13722989 or 9673262. OLE color: 9673262.

HSL color Cylindrical-coordinate representation of color #2E9A93: hue angle of 176.11º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9A93 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 154 147 -
CMYK 0.70 0 0.05 0.40
HSL 176.11º 0.54% 0.39% -
HSV(B) 176.11º 0.7% 0.6% -
XYZ 17.95 25.8 31.64 -
YUV 120.91 142.72 74.57 -
System Red Green Blue C M Y K H S L
Decimal 46 154 147 0.70 0 0.05 0.40 176.11 0.54 0.39
Hex 2E 9A 93 46 0 5 28 B0 36 27
Octal 56 232 223 106 0 5 50 260 66 47
Binary 101110 10011010 10010011 1000110 0 101 101000 10110000 110110 100111

Color Harmonies of #2E9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9A93

Black with #2E9A93

Text Example


Text Example

White with #2E9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,154,147); }

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

background-color css

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

 a { background-color: rgb(46,154,147); }

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

border-color css

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

 span { border-color: rgb(46,154,147); }

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