#299499

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

Shades of Java #299499

Tints of Java #299499

Color information

#299499 (or 0x299499) is unknown color: approx Java. HEX triplet: 29, 94 and 99. RGB value is (41,148,153). Sum of RGB (Red+Green+Blue) = 41+148+153=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #299499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299499 is #D66B66. Grayscale: #747474. Windows color (decimal): -14052199 or 10064937. OLE color: 10064937.

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

Color convert

RGB41148153-
CMYK0.730.0300.4
HSL182.68º57.73%38.04%-
HSV(B)182.68º73.2%60%-
XYZ17.2523.9533.85-
YUV116.58148.5574.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=11.99%
G=43.27%
B=44.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411481530.730.0300.4182.6857.7338.04
Hex299499493028b73a26
Octal5122423111130502677246
Binary1010011001010010011001100100111010100010110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299499; }

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

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

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

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

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

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

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

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