Html Css Color HEX #2E9092 Java

📋 copy color: '#2E9092'

red 46 ◦ green 144 ◦ blue 146

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

Shades of Java #2E9092

Tints of Java #2E9092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.86%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 13.69%
G = 42.86%
B = 43.45%

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

#2E9092 (or 0x2E9092) is known color: Java. HEX triplet: 2E, 90 and 92. RGB value is (46,144,146). Sum of RGB (Red+Green+Blue) = 46+144+146=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E9092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9092 is #D16F6D. Grayscale: #727272. Windows color (decimal): -13725550 or 9605166. OLE color: 9605166.

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

Color convert

RGB 46 144 146 -
CMYK 0.68 0.01 0 0.43
HSL 181.2º 0.52% 0.38% -
HSV(B) 181.2º 0.68% 0.57% -
XYZ 16.29 22.6 30.7 -
YUV 114.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 46 144 146 0.68 0.01 0 0.43 181.2 0.52 0.38
Hex 2E 90 92 44 1 0 2B B5 34 26
Octal 56 220 222 104 1 0 53 265 64 46
Binary 101110 10010000 10010010 1000100 1 0 101011 10110101 110100 100110

Color Harmonies of #2E9092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9092

Black with #2E9092

Text Example


Text Example

White with #2E9092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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