#299387

Color #299387 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #299387

Tints of Java #299387

Color information

#299387 (or 0x299387) is unknown color: approx Java. HEX triplet: 29, 93 and 87. RGB value is (41,147,135). Sum of RGB (Red+Green+Blue) = 41+147+135=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #299387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299387 is #D66C78. Grayscale: #717171. Windows color (decimal): -14052473 or 8885033. OLE color: 8885033.

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

Color convert

RGB41147135-
CMYK0.7200.080.42
HSL173.21º56.38%36.86%-
HSV(B)173.21º72.11%57.65%-
XYZ15.7223.0926.55-
YUV113.94139.8875.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=12.69%
G=45.51%
B=41.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411471350.7200.080.42173.2156.3836.86
Hex29938748082Aad3825
Octal51223207110010522557045
Binary101001100100111000011110010000100010101010101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299387; }

 p { color: rgb(41,147,135); }

 H1.HeaderClassName
 {
   color: #299387;
 }
 .AnyTagClassName
 {
   color: #299387;
 }
</style>
background-color css

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

 a { background-color: rgb(41,147,135); }

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

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

 span { border-color: rgb(41,147,135); }

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