#299085

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

Shades of Java #299085

Tints of Java #299085

Color information

#299085 (or 0x299085) is unknown color: approx Java. HEX triplet: 29, 90 and 85. RGB value is (41,144,133). Sum of RGB (Red+Green+Blue) = 41+144+133=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #299085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299085 is #D66F7A. Grayscale: #6F6F6F. Windows color (decimal): -14053243 or 8753193. OLE color: 8753193.

HSL color Cylindrical-coordinate representation of color #299085: hue angle of 173.59º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299085 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB41144133-
CMYK0.7200.080.44
HSL173.59º55.68%36.27%-
HSV(B)173.59º71.53%56.47%-
XYZ15.1222.1125.66-
YUV111.95139.8877.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=12.89%
G=45.28%
B=41.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411441330.7200.080.44173.5955.6836.27
Hex29908548082Cae3824
Octal51220205110010542567044
Binary101001100100001000010110010000100010110010101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299085; }

 p { color: rgb(41,144,133); }

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

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

 a { background-color: rgb(41,144,133); }

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

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

 span { border-color: rgb(41,144,133); }

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