#30928D

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

Shades of Java #30928D

Tints of Java #30928D

Color information

#30928D (or 0x30928D) is unknown color: approx Java. HEX triplet: 30, 92 and 8D. RGB value is (48,146,141). Sum of RGB (Red+Green+Blue) = 48+146+141=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #30928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30928D is #CF6D72. Grayscale: #747474. Windows color (decimal): -13593971 or 9278000. OLE color: 9278000.

HSL color Cylindrical-coordinate representation of color #30928D: hue angle of 176.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30928D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB48146141-
CMYK0.6700.030.43
HSL176.94º50.52%38.04%-
HSV(B)176.94º67.12%57.25%-
XYZ16.3123.1128.8-
YUV116.13142.0379.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=14.33%
G=43.58%
B=42.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461410.6700.030.43176.9450.5238.04
Hex30928D43032Bb13326
Octal6022221510303532616346
Binary1100001001001010001101100001101110101110110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30928D; }

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

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

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

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

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

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

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

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