#299696

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

Shades of Java #299696

Tints of Java #299696

Color information

#299696 (or 0x299696) is unknown color: approx Java. HEX triplet: 29, 96 and 96. RGB value is (41,150,150). Sum of RGB (Red+Green+Blue) = 41+150+150=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #299696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299696 is #D66969. Grayscale: #757575. Windows color (decimal): -14051690 or 9868841. OLE color: 9868841.

HSL color Cylindrical-coordinate representation of color #299696: hue angle of 180º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299696 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41150150-
CMYK0.73000.41
HSL180º57.07%37.45%-
HSV(B)180º72.67%58.82%-
XYZ17.3324.4932.67-
YUV117.41146.3973.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.02%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=12.02%
G=43.99%
B=43.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501500.73000.4118057.0737.45
Hex299696490029b43925
Octal5122622611100512647145
Binary101001100101101001011010010010010100110110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299696; }

 p { color: rgb(41,150,150); }

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

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

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

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

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

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

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