#299C95

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

Shades of Java #299C95

Tints of Java #299C95

Color information

#299C95 (or 0x299C95) is unknown color: approx Java. HEX triplet: 29, 9C and 95. RGB value is (41,156,149). Sum of RGB (Red+Green+Blue) = 41+156+149=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #299C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C95 is #D6636A. Grayscale: #787878. Windows color (decimal): -14050155 or 9804841. OLE color: 9804841.

HSL color Cylindrical-coordinate representation of color #299C95: hue angle of 176.35º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C95 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB41156149-
CMYK0.7400.040.39
HSL176.35º58.38%38.63%-
HSV(B)176.35º73.72%61.18%-
XYZ18.2326.4232.57-
YUV120.82143.971.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.85%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=11.85%
G=45.09%
B=43.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561490.7400.040.39176.3558.3838.63
Hex299C954A0427b03a27
Octal5123422511204472607247
Binary10100110011100100101011001010010010011110110000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299C95; }

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

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

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

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

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

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

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

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