#299388

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

Shades of Java #299388

Tints of Java #299388

Color information

#299388 (or 0x299388) is unknown color: approx Java. HEX triplet: 29, 93 and 88. RGB value is (41,147,136). Sum of RGB (Red+Green+Blue) = 41+147+136=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #299388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299388 is #D66C77. Grayscale: #717171. Windows color (decimal): -14052472 or 8950569. OLE color: 8950569.

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

Color convert

RGB41147136-
CMYK0.7200.070.42
HSL173.77º56.38%36.86%-
HSV(B)173.77º72.11%57.65%-
XYZ15.7923.1226.92-
YUV114.05140.3875.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.65%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=12.65%
G=45.37%
B=41.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411471360.7200.070.42173.7756.3836.86
Hex29938848072Aae3825
Octal5122321011007522567045
Binary10100110010011100010001001000011110101010101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299388; }

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

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

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

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

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

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

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

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