Html Css Color HEX #289493 Java

📋 copy color: '#289493'

red 40 ◦ green 148 ◦ blue 147

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

Shades of Java #289493

Tints of Java #289493

RGB

 RED value IS 40 (16.02% from 255) = 11.94%

 GREEN value IS 148 (58.2% from 255) = 44.18%

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

R = 11.94%
G = 44.18%
B = 43.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#289493 (or 0x289493) is known color: Java. HEX triplet: 28, 94 and 93. RGB value is (40,148,147). Sum of RGB (Red+Green+Blue) = 40+148+147=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #289493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289493 is #D76B6C. Grayscale: #737373. Windows color (decimal): -14117741 or 9671720. OLE color: 9671720.

HSL color Cylindrical-coordinate representation of color #289493: hue angle of 179.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289493 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 147 -
CMYK 0.73 0 0.01 0.42
HSL 179.44º 0.57% 0.37% -
HSV(B) 179.44º 0.73% 0.58% -
XYZ 16.73 23.74 31.3 -
YUV 115.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 40 148 147 0.73 0 0.01 0.42 179.44 0.57 0.37
Hex 28 94 93 49 0 1 2A B3 39 25
Octal 50 224 223 111 0 1 52 263 71 45
Binary 101000 10010100 10010011 1001001 0 1 101010 10110011 111001 100101

Color Harmonies of #289493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289493

Black with #289493

Text Example


Text Example

White with #289493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289493; }

 p { color: rgb(40,148,147); }

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

background-color css

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

 a { background-color: rgb(40,148,147); }

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

border-color css

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

 span { border-color: rgb(40,148,147); }

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