#299687

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

Shades of Java #299687

Tints of Java #299687

Color information

#299687 (or 0x299687) is unknown color: approx Java. HEX triplet: 29, 96 and 87. RGB value is (41,150,135). Sum of RGB (Red+Green+Blue) = 41+150+135=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #299687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299687 is #D66978. Grayscale: #737373. Windows color (decimal): -14051705 or 8885801. OLE color: 8885801.

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

Color convert

RGB41150135-
CMYK0.7300.10.41
HSL171.74º57.07%37.45%-
HSV(B)171.74º72.67%58.82%-
XYZ16.1924.0326.71-
YUV115.7138.8974.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.58%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=12.58%
G=46.01%
B=41.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411501350.7300.10.41171.7457.0737.45
Hex299687490A29ac3925
Octal51226207111012512547145
Binary101001100101101000011110010010101010100110101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299687; }

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

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

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

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

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

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

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

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