#30948F

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

Shades of Java #30948F

Tints of Java #30948F

Color information

#30948F (or 0x30948F) is unknown color: approx Java. HEX triplet: 30, 94 and 8F. RGB value is (48,148,143). Sum of RGB (Red+Green+Blue) = 48+148+143=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #30948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30948F is #CF6B70. Grayscale: #757575. Windows color (decimal): -13593457 or 9409584. OLE color: 9409584.

HSL color Cylindrical-coordinate representation of color #30948F: hue angle of 177º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30948F is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB48148143-
CMYK0.6800.030.42
HSL177º51.02%38.43%-
HSV(B)177º67.57%58.04%-
XYZ16.7723.7929.7-
YUV117.53142.3778.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=14.16%
G=43.66%
B=42.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481481430.6800.030.4217751.0238.43
Hex30948F44032Ab13326
Octal6022421710403522616346
Binary1100001001010010001111100010001110101010110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30948F; }

 p { color: rgb(48,148,143); }

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

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

 a { background-color: rgb(48,148,143); }

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

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

 span { border-color: rgb(48,148,143); }

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