Html Css Color HEX #289490 Java

📋 copy color: '#289490'

red 40 ◦ green 148 ◦ blue 144

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

Shades of Java #289490

Tints of Java #289490

RGB

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

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

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

R = 12.05%
G = 44.58%
B = 43.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#289490 (or 0x289490) is known color: Java. HEX triplet: 28, 94 and 90. RGB value is (40,148,144). Sum of RGB (Red+Green+Blue) = 40+148+144=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #289490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289490 is #D76B6F. Grayscale: #737373. Windows color (decimal): -14117744 or 9475112. OLE color: 9475112.

HSL color Cylindrical-coordinate representation of color #289490: hue angle of 177.78º 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 #289490 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 148 144 -
CMYK 0.73 0 0.03 0.42
HSL 177.78º 0.57% 0.37% -
HSV(B) 177.78º 0.73% 0.58% -
XYZ 16.5 23.64 30.08 -
YUV 115.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 40 148 144 0.73 0 0.03 0.42 177.78 0.57 0.37
Hex 28 94 90 49 0 3 2A B2 39 25
Octal 50 224 220 111 0 3 52 262 71 45
Binary 101000 10010100 10010000 1001001 0 11 101010 10110010 111001 100101

Color Harmonies of #289490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289490

Black with #289490

Text Example


Text Example

White with #289490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289490; }

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

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

background-color css

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

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

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

border-color css

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

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

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