#309992

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

Shades of Java #309992

Tints of Java #309992

Color information

#309992 (or 0x309992) is unknown color: approx Java. HEX triplet: 30, 99 and 92. RGB value is (48,153,146). Sum of RGB (Red+Green+Blue) = 48+153+146=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #309992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309992 is #CF666D. Grayscale: #787878. Windows color (decimal): -13592174 or 9607472. OLE color: 9607472.

HSL color Cylindrical-coordinate representation of color #309992: hue angle of 176º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309992 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB48153146-
CMYK0.6900.050.4
HSL176º52.24%39.41%-
HSV(B)176º68.63%60%-
XYZ17.825.4931.18-
YUV120.81142.2176.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=13.83%
G=44.09%
B=42.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531460.6900.050.417652.2439.41
Hex309992450528b03427
Octal6023122210505502606447
Binary11000010011001100100101000101010110100010110000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309992; }

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

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

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

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

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

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

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

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