#299995

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

Shades of Java #299995

Tints of Java #299995

Color information

#299995 (or 0x299995) is unknown color: approx Java. HEX triplet: 29, 99 and 95. RGB value is (41,153,149). Sum of RGB (Red+Green+Blue) = 41+153+149=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #299995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299995 is #D6666A. Grayscale: #767676. Windows color (decimal): -14050923 or 9804073. OLE color: 9804073.

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

Color convert

RGB41153149-
CMYK0.7300.030.4
HSL177.86º57.73%38.04%-
HSV(B)177.86º73.2%60%-
XYZ17.7325.4232.41-
YUV119.06144.8972.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.95%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=11.95%
G=44.61%
B=43.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531490.7300.030.4177.8657.7338.04
Hex299995490328b23a26
Octal5123122511103502627246
Binary1010011001100110010101100100101110100010110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299995; }

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

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

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

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

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

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

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

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