#299592

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

Shades of Java #299592

Tints of Java #299592

Color information

#299592 (or 0x299592) is unknown color: approx Java. HEX triplet: 29, 95 and 92. RGB value is (41,149,146). Sum of RGB (Red+Green+Blue) = 41+149+146=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #299592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299592 is #D66A6D. Grayscale: #747474. Windows color (decimal): -14051950 or 9606441. OLE color: 9606441.

HSL color Cylindrical-coordinate representation of color #299592: hue angle of 178.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299592 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB41149146-
CMYK0.7200.020.42
HSL178.33º56.84%37.25%-
HSV(B)178.33º72.48%58.43%-
XYZ16.8524.0430.95-
YUV116.37144.7274.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.20%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=12.20%
G=44.35%
B=43.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411491460.7200.020.42178.3356.8437.25
Hex29959248022Ab23925
Octal5122522211002522627145
Binary1010011001010110010010100100001010101010110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299592; }

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

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

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

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

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

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

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

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