#299992

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

Shades of Java #299992

Tints of Java #299992

Color information

#299992 (or 0x299992) is unknown color: approx Java. HEX triplet: 29, 99 and 92. RGB value is (41,153,146). Sum of RGB (Red+Green+Blue) = 41+153+146=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #299992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299992 is #D6666D. Grayscale: #767676. Windows color (decimal): -14050926 or 9607465. OLE color: 9607465.

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

Color convert

RGB41153146-
CMYK0.7300.050.4
HSL176.25º57.73%38.04%-
HSV(B)176.25º73.2%60%-
XYZ17.4925.3331.16-
YUV118.71143.3972.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=12.06%
G=45%
B=42.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411531460.7300.050.4176.2557.7338.04
Hex299992490528b03a26
Octal5123122211105502607246
Binary10100110011001100100101001001010110100010110000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299992; }

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

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

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

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

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

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

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

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