Html Css Color HEX #289F95 Java

📋 copy color: '#289F95'

red 40 ◦ green 159 ◦ blue 149

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

Shades of Java #289F95

Tints of Java #289F95

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 11.49%
G = 45.69%
B = 42.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#289F95 (or 0x289F95) is known color: Java. HEX triplet: 28, 9F and 95. RGB value is (40,159,149). Sum of RGB (Red+Green+Blue) = 40+159+149=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #289F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F95 is #D7606A. Grayscale: #7A7A7A. Windows color (decimal): -14114923 or 9805608. OLE color: 9805608.

HSL color Cylindrical-coordinate representation of color #289F95: hue angle of 174.96º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289F95 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 159 149 -
CMYK 0.75 0 0.06 0.38
HSL 174.96º 0.6% 0.39% -
HSV(B) 174.96º 0.75% 0.62% -
XYZ 18.7 27.42 32.74 -
YUV 122.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 40 159 149 0.75 0 0.06 0.38 174.96 0.6 0.39
Hex 28 9F 95 4B 0 6 26 AF 3C 27
Octal 50 237 225 113 0 6 46 257 74 47
Binary 101000 10011111 10010101 1001011 0 110 100110 10101111 111100 100111

Color Harmonies of #289F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289F95

Black with #289F95

Text Example


Text Example

White with #289F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289F95; }

 p { color: rgb(40,159,149); }

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

background-color css

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

 a { background-color: rgb(40,159,149); }

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

border-color css

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

 span { border-color: rgb(40,159,149); }

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