Html Css Color HEX #2E8F90 Java

📋 copy color: '#2E8F90'

red 46 ◦ green 143 ◦ blue 144

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

Shades of Java #2E8F90

Tints of Java #2E8F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 13.81%
G = 42.94%
B = 43.24%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E8F90 (or 0x2E8F90) is known color: Java. HEX triplet: 2E, 8F and 90. RGB value is (46,143,144). Sum of RGB (Red+Green+Blue) = 46+143+144=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E8F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8F90 is #D1706F. Grayscale: #727272. Windows color (decimal): -13725808 or 9473838. OLE color: 9473838.

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

Color convert

RGB 46 143 144 -
CMYK 0.68 0.01 0 0.44
HSL 180.61º 0.52% 0.37% -
HSV(B) 180.61º 0.68% 0.56% -
XYZ 15.98 22.24 29.84 -
YUV 114.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 46 143 144 0.68 0.01 0 0.44 180.61 0.52 0.37
Hex 2E 8F 90 44 1 0 2C B5 34 25
Octal 56 217 220 104 1 0 54 265 64 45
Binary 101110 10001111 10010000 1000100 1 0 101100 10110101 110100 100101

Color Harmonies of #2E8F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8F90

Black with #2E8F90

Text Example


Text Example

White with #2E8F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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