Html Css Color HEX #289994 Java

📋 copy color: '#289994'

red 40 ◦ green 153 ◦ blue 148

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

Shades of Java #289994

Tints of Java #289994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.87%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 11.73%
G = 44.87%
B = 43.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#289994 (or 0x289994) is known color: Java. HEX triplet: 28, 99 and 94. RGB value is (40,153,148). Sum of RGB (Red+Green+Blue) = 40+153+148=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #289994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289994 is #D7666B. Grayscale: #767676. Windows color (decimal): -14116460 or 9738536. OLE color: 9738536.

HSL color Cylindrical-coordinate representation of color #289994: hue angle of 177.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289994 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 153 148 -
CMYK 0.74 0 0.03 0.4
HSL 177.35º 0.59% 0.38% -
HSV(B) 177.35º 0.74% 0.6% -
XYZ 17.61 25.37 31.99 -
YUV 118.64 144.56 71.91 -
System Red Green Blue C M Y K H S L
Decimal 40 153 148 0.74 0 0.03 0.4 177.35 0.59 0.38
Hex 28 99 94 4A 0 3 28 B1 3B 26
Octal 50 231 224 112 0 3 50 261 73 46
Binary 101000 10011001 10010100 1001010 0 11 101000 10110001 111011 100110

Color Harmonies of #289994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289994

Black with #289994

Text Example


Text Example

White with #289994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289994; }

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

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

background-color css

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

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

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

border-color css

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

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

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