Html Css Color HEX #2E918D Java

📋 copy color: '#2E918D'

red 46 ◦ green 145 ◦ blue 141

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

Shades of Java #2E918D

Tints of Java #2E918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 13.86%
G = 43.67%
B = 42.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#2E918D (or 0x2E918D) is known color: Java. HEX triplet: 2E, 91 and 8D. RGB value is (46,145,141). Sum of RGB (Red+Green+Blue) = 46+145+141=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #2E918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E918D is #D16E72. Grayscale: #727272. Windows color (decimal): -13725299 or 9277742. OLE color: 9277742.

HSL color Cylindrical-coordinate representation of color #2E918D: hue angle of 177.58º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E918D is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 145 141 -
CMYK 0.68 0 0.03 0.43
HSL 177.58º 0.52% 0.37% -
HSV(B) 177.58º 0.68% 0.57% -
XYZ 16.06 22.75 28.74 -
YUV 114.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 46 145 141 0.68 0 0.03 0.43 177.58 0.52 0.37
Hex 2E 91 8D 44 0 3 2B B2 34 25
Octal 56 221 215 104 0 3 53 262 64 45
Binary 101110 10010001 10001101 1000100 0 11 101011 10110010 110100 100101

Color Harmonies of #2E918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E918D

Black with #2E918D

Text Example


Text Example

White with #2E918D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,141); }

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

background-color css

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

 a { background-color: rgb(46,145,141); }

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

border-color css

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

 span { border-color: rgb(46,145,141); }

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