#299996

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

Shades of Java #299996

Tints of Java #299996

Color information

#299996 (or 0x299996) is unknown color: approx Java. HEX triplet: 29, 99 and 96. RGB value is (41,153,150). Sum of RGB (Red+Green+Blue) = 41+153+150=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #299996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299996 is #D66669. Grayscale: #777777. Windows color (decimal): -14050922 or 9869609. OLE color: 9869609.

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

Color convert

RGB41153150-
CMYK0.7300.020.4
HSL178.39º57.73%38.04%-
HSV(B)178.39º73.2%60%-
XYZ17.8125.4632.83-
YUV119.17145.3972.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.92%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=11.92%
G=44.48%
B=43.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531500.7300.020.4178.3957.7338.04
Hex299996490228b23a26
Octal5123122611102502627246
Binary1010011001100110010110100100101010100010110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299996; }

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

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

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

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

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

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

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

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