Html Css Color HEX #2E8F91 Java

📋 copy color: '#2E8F91'

red 46 ◦ green 143 ◦ blue 145

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

Shades of Java #2E8F91

Tints of Java #2E8F91

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.81%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 13.77%
G = 42.81%
B = 43.41%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2E8F91 (or 0x2E8F91) is known color: Java. HEX triplet: 2E, 8F and 91. RGB value is (46,143,145). Sum of RGB (Red+Green+Blue) = 46+143+145=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E8F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8F91 is #D1706E. Grayscale: #727272. Windows color (decimal): -13725807 or 9539374. OLE color: 9539374.

HSL color Cylindrical-coordinate representation of color #2E8F91: hue angle of 181.21º 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 #2E8F91 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 46 143 145 -
CMYK 0.68 0.01 0 0.43
HSL 181.21º 0.52% 0.37% -
HSV(B) 181.21º 0.68% 0.57% -
XYZ 16.06 22.27 30.24 -
YUV 114.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 46 143 145 0.68 0.01 0 0.43 181.21 0.52 0.37
Hex 2E 8F 91 44 1 0 2B B5 34 25
Octal 56 217 221 104 1 0 53 265 64 45
Binary 101110 10001111 10010001 1000100 1 0 101011 10110101 110100 100101

Color Harmonies of #2E8F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8F91

Black with #2E8F91

Text Example


Text Example

White with #2E8F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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