#30928F

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

Shades of Java #30928F

Tints of Java #30928F

Color information

#30928F (or 0x30928F) is unknown color: approx Java. HEX triplet: 30, 92 and 8F. RGB value is (48,146,143). Sum of RGB (Red+Green+Blue) = 48+146+143=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #30928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30928F is #CF6D70. Grayscale: #747474. Windows color (decimal): -13593969 or 9409072. OLE color: 9409072.

HSL color Cylindrical-coordinate representation of color #30928F: hue angle of 178.16º 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 #30928F is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB48146143-
CMYK0.6700.020.43
HSL178.16º50.52%38.04%-
HSV(B)178.16º67.12%57.25%-
XYZ16.4623.1729.59-
YUV116.36143.0379.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.24%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=14.24%
G=43.32%
B=42.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461430.6700.020.43178.1650.5238.04
Hex30928F43022Bb23326
Octal6022221710302532626346
Binary1100001001001010001111100001101010101110110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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